Skip to content

Commit

Permalink
Merge pull request #1550 from eqlabs/release/v0.9.7
Browse files Browse the repository at this point in the history
chore: version v0.9.7
  • Loading branch information
Mirko-von-Leipzig authored Nov 21, 2023
2 parents a3aaa55 + 34b4950 commit 5a47a3e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

## [0.9.7] - 2023-11-21

### Fixed

- `get_block_hash` syscall returns `0x0` for the latest available block (current - 10) when executing `starknet_trace*` methods
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.9.6"
version = "0.9.7"
edition = { workspace = true }
license = { workspace = true }
rust-version = { workspace = true }
Expand Down

0 comments on commit 5a47a3e

Please sign in to comment.