Skip to content

Commit 5a47a3e

Browse files
Merge pull request #1550 from eqlabs/release/v0.9.7
chore: version v0.9.7
2 parents a3aaa55 + 34b4950 commit 5a47a3e

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
## Unreleased
1111

12+
## [0.9.7] - 2023-11-21
13+
1214
### Fixed
1315

1416
- `get_block_hash` syscall returns `0x0` for the latest available block (current - 10) when executing `starknet_trace*` methods

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/pathfinder/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pathfinder"
3-
version = "0.9.6"
3+
version = "0.9.7"
44
edition = { workspace = true }
55
license = { workspace = true }
66
rust-version = { workspace = true }

0 commit comments

Comments
 (0)