Skip to content

Commit

Permalink
Merge pull request #1290 from eqlabs/release_prep
Browse files Browse the repository at this point in the history
chore: v0.7.0 release preparation
  • Loading branch information
Mirko-von-Leipzig authored Jul 27, 2023
2 parents 847ece3 + 3199011 commit 2f050bc
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

## [0.7.0] - 2023-07-27

### Added

- RPC v0.4 support on `/rpc/v0.4/`
- control log color output via `--color auto|always|never`
- if Sierra to CASM compilation fails we now fall back to fetching CASM from the gateway
- Negate bot spam on response metrics by returning `Ok(200)` on `/` RPC queries. Web crawlers and bots often poke this endpoint which previously skewed response failure metrics when these were rejected.
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/pathfinder/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pathfinder"
version = "0.6.7"
version = "0.7.0"
edition = "2021"
license = "MIT OR Apache-2.0"
rust-version = "1.70"
Expand Down

0 comments on commit 2f050bc

Please sign in to comment.