Skip to content

Commit 76de638

Browse files
authored
Merge pull request #3189 from eqlabs/release/v0.21.5
chore: bump version to 0.21.5
2 parents a583c7e + 4b1d926 commit 76de638

File tree

8 files changed

+37
-37
lines changed

8 files changed

+37
-37
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
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.21.5] - 2026-01-12
1111

1212
### Added
1313

Cargo.lock

Lines changed: 27 additions & 27 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ exclude = ["crates/load-test", "utils/pathfinder-probe"]
3434
resolver = "2"
3535

3636
[workspace.package]
37-
version = "0.21.4"
37+
version = "0.21.5"
3838
edition = "2021"
3939
license = "MIT OR Apache-2.0"
4040
rust-version = "1.88"

crates/class-hash/Cargo.toml

Lines changed: 2 additions & 2 deletions
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.21.4", path = "../common" }
21-
pathfinder-crypto = { version = "0.21.4", path = "../crypto" }
20+
pathfinder-common = { version = "0.21.5", path = "../common" }
21+
pathfinder-crypto = { version = "0.21.5", path = "../crypto" }
2222
primitive-types = { workspace = true }
2323
serde = { workspace = true, features = ["derive"] }
2424
serde_json = { workspace = true, features = [

crates/common/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ metrics = { workspace = true }
2727
num-bigint = { workspace = true }
2828
num-traits = "0.2"
2929
paste = { workspace = true }
30-
pathfinder-crypto = { version = "0.21.4", path = "../crypto" }
30+
pathfinder-crypto = { version = "0.21.5", path = "../crypto" }
3131
pathfinder-tagged = { version = "0.1.0", path = "../tagged" }
3232
pathfinder-tagged-debug-derive = { version = "0.1.0", path = "../tagged-debug-derive" }
3333
primitive-types = { workspace = true, features = ["serde"] }

crates/consensus/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ malachite-consensus = { package = "informalsystems-malachitebft-core-consensus",
1818
malachite-metrics = { package = "informalsystems-malachitebft-metrics", version = "0.5" }
1919
malachite-signing-ed25519 = { package = "informalsystems-malachitebft-signing-ed25519", version = "0.5", features = ["serde"] }
2020
malachite-types = { package = "informalsystems-malachitebft-core-types", version = "0.5" }
21-
pathfinder-common = { version = "0.21.4", path = "../common" }
22-
pathfinder-crypto = { version = "0.21.4", path = "../crypto" }
21+
pathfinder-common = { version = "0.21.5", path = "../common" }
22+
pathfinder-crypto = { version = "0.21.5", path = "../crypto" }
2323
rand = { workspace = true }
2424
serde = { workspace = true }
2525
serde_json = { workspace = true }

crates/load-test/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/serde/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ categories = [
1818
[dependencies]
1919
anyhow = { workspace = true }
2020
num-bigint = { workspace = true }
21-
pathfinder-common = { version = "0.21.4", path = "../common" }
22-
pathfinder-crypto = { version = "0.21.4", path = "../crypto" }
21+
pathfinder-common = { version = "0.21.5", path = "../common" }
22+
pathfinder-crypto = { version = "0.21.5", path = "../crypto" }
2323
primitive-types = { workspace = true, features = ["serde"] }
2424
serde = { workspace = true, features = ["derive"] }
2525
serde_json = { workspace = true }

0 commit comments

Comments
 (0)