diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a31fb0..c58d0e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.6.0] - 2024-08-22 + +- support for `sha256_process_block_syscall` + ## [0.5.0] - 2024-08-01 ### Added diff --git a/Cargo.lock b/Cargo.lock index fa52542..4c1b3ab 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -358,7 +358,7 @@ dependencies = [ [[package]] name = "cairo-profiler" -version = "0.5.0" +version = "0.6.0" dependencies = [ "anyhow", "assert_fs", @@ -1756,7 +1756,7 @@ dependencies = [ [[package]] name = "trace-data" -version = "0.4.0" +version = "0.5.0" dependencies = [ "camino", "serde", diff --git a/Cargo.toml b/Cargo.toml index 8b2da5b..db893f5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ members = [ ] [workspace.package] -version = "0.5.0" +version = "0.6.0" edition = "2021" diff --git a/crates/trace-data/Cargo.toml b/crates/trace-data/Cargo.toml index db2a9dd..76bd0e9 100644 --- a/crates/trace-data/Cargo.toml +++ b/crates/trace-data/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "trace-data" -version = "0.4.0" +version = "0.5.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html