Skip to content

Commit 9342e5c

Browse files
committed
chore: bump version to 0.16.1
1 parent 544dc2a commit 9342e5c

File tree

7 files changed

+31
-31
lines changed

7 files changed

+31
-31
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ More expansive patch notes and explanations may be found in the specific [pathfi
77
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
88
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
99

10-
## Unreleased
10+
## [0.16.1] - 2025-02-24
1111

1212
### Fixed
1313

Cargo.lock

+23-23
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ lto = true
4545
opt-level = 3
4646

4747
[workspace.package]
48-
version = "0.16.0"
48+
version = "0.16.1"
4949
edition = "2021"
5050
license = "MIT OR Apache-2.0"
5151
rust-version = "1.83"

crates/class-hash/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ categories = [
1717

1818
[dependencies]
1919
anyhow = { workspace = true }
20-
pathfinder-common = { version = "0.16.0", path = "../common" }
21-
pathfinder-crypto = { version = "0.16.0", path = "../crypto" }
20+
pathfinder-common = { version = "0.16.1", path = "../common" }
21+
pathfinder-crypto = { version = "0.16.1", path = "../crypto" }
2222
primitive-types = { workspace = true }
2323
serde = { workspace = true, features = ["derive"] }
2424
serde_json = { workspace = true, features = [

crates/common/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ metrics = { workspace = true }
2121
num-bigint = { workspace = true }
2222
num-traits = "0.2"
2323
paste = { workspace = true }
24-
pathfinder-crypto = { version = "0.16.0", path = "../crypto" }
24+
pathfinder-crypto = { version = "0.16.1", path = "../crypto" }
2525
pathfinder-tagged = { version = "0.1.0", path = "../tagged" }
2626
pathfinder-tagged-debug-derive = { version = "0.1.0", path = "../tagged-debug-derive" }
2727
primitive-types = { workspace = true, features = ["serde"] }

crates/load-test/Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/serde/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ categories = ["encoding", "cryptography::cryptocurrencies", "development-tools",
1313
[dependencies]
1414
anyhow = { workspace = true }
1515
num-bigint = { workspace = true }
16-
pathfinder-common = { version = "0.16.0", path = "../common" }
17-
pathfinder-crypto = { version = "0.16.0", path = "../crypto" }
16+
pathfinder-common = { version = "0.16.1", path = "../common" }
17+
pathfinder-crypto = { version = "0.16.1", path = "../crypto" }
1818
primitive-types = { workspace = true, features = ["serde"] }
1919
serde = { workspace = true, features = ["derive"] }
2020
serde_json = { workspace = true }

0 commit comments

Comments
 (0)