Skip to content

Commit c55f9e0

Browse files
authored
Bumped trace_decoder version for new zk_evm release (#177)
* Bumped `trace_decoder` version for new `zk_evm` release * Updated `CHANGELOG.md`
1 parent 6033b3a commit c55f9e0

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

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

1111
### Changed
1212

13+
## [0.3.1] - 2024-04-22
14+
15+
### Changed
16+
- Fix withdrawals accesses in state trie ([#176](https://github.com/0xPolygonZero/zk_evm/pull/176))
17+
1318
## [0.3.0] - 2024-04-19
1419

1520
### Changed

trace_decoder/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "trace_decoder"
33
description = "Processes trace payloads into Intermediate Representation (IR) format."
44
authors = ["Polygon Zero <bgluth@polygon.technology>"]
5-
version = "0.3.0"
5+
version = "0.3.1"
66
edition.workspace = true
77
license.workspace = true
88
repository.workspace = true

0 commit comments

Comments
 (0)