Skip to content

Commit c2f3d41

Browse files
authored
Merge pull request #3285 from eqlabs/release/v0.22.0
chore: bump version to 0.22.0
2 parents 97f268c + 336d34a commit c2f3d41

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.22.0] - 2026-03-19
1111

1212
### Fixed
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.22.0-beta.3"
37+
version = "0.22.0"
3838
edition = "2021"
3939
license = "MIT OR Apache-2.0"
4040
rust-version = "1.91"

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.22.0-beta.3", path = "../common" }
21-
pathfinder-crypto = { version = "0.22.0-beta.3", path = "../crypto" }
20+
pathfinder-common = { version = "0.22.0", path = "../common" }
21+
pathfinder-crypto = { version = "0.22.0", path = "../crypto" }
2222
primitive-types = { workspace = true }
2323
serde = { workspace = true, features = ["derive"] }
2424
serde_json = { workspace = true, features = ["arbitrary_precision", "raw_value"] }

crates/common/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ metrics = { workspace = true }
2828
num-bigint = { workspace = true }
2929
num-traits = "0.2"
3030
paste = { workspace = true }
31-
pathfinder-crypto = { version = "0.22.0-beta.3", path = "../crypto" }
31+
pathfinder-crypto = { version = "0.22.0", path = "../crypto" }
3232
pathfinder-tagged = { version = "0.1.0", path = "../tagged" }
3333
pathfinder-tagged-debug-derive = { version = "0.1.0", path = "../tagged-debug-derive" }
3434
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.22.0-beta.3", path = "../common" }
22-
pathfinder-crypto = { version = "0.22.0-beta.3", path = "../crypto" }
21+
pathfinder-common = { version = "0.22.0", path = "../common" }
22+
pathfinder-crypto = { version = "0.22.0", 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.22.0-beta.3", path = "../common" }
22-
pathfinder-crypto = { version = "0.22.0-beta.3", path = "../crypto" }
21+
pathfinder-common = { version = "0.22.0", path = "../common" }
22+
pathfinder-crypto = { version = "0.22.0", 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)