Skip to content

Commit

Permalink
Merge pull request #2611 from eqlabs/release/v0.16.0
Browse files Browse the repository at this point in the history
chore: bump version to 0.16.0
  • Loading branch information
kkovaacs authored Feb 19, 2025
2 parents b8479cd + f16f58b commit 14915e9
Show file tree
Hide file tree
Showing 7 changed files with 31 additions and 31 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ More expansive patch notes and explanations may be found in the specific [pathfi
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased
## [0.16.0] - 2025-02-19

### Added

Expand Down
46 changes: 23 additions & 23 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ lto = true
opt-level = 3

[workspace.package]
version = "0.15.3"
version = "0.16.0"
edition = "2021"
license = "MIT OR Apache-2.0"
rust-version = "1.83"
Expand Down
4 changes: 2 additions & 2 deletions crates/class-hash/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ categories = [

[dependencies]
anyhow = { workspace = true }
pathfinder-common = { version = "0.15.3", path = "../common" }
pathfinder-crypto = { version = "0.15.3", path = "../crypto" }
pathfinder-common = { version = "0.16.0", path = "../common" }
pathfinder-crypto = { version = "0.16.0", path = "../crypto" }
primitive-types = { workspace = true }
serde = { workspace = true, features = ["derive"] }
serde_json = { workspace = true, features = [
Expand Down
2 changes: 1 addition & 1 deletion crates/common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ metrics = { workspace = true }
num-bigint = { workspace = true }
num-traits = "0.2"
paste = { workspace = true }
pathfinder-crypto = { version = "0.15.3", path = "../crypto" }
pathfinder-crypto = { version = "0.16.0", path = "../crypto" }
pathfinder-tagged = { version = "0.1.0", path = "../tagged" }
pathfinder-tagged-debug-derive = { version = "0.1.0", path = "../tagged-debug-derive" }
primitive-types = { workspace = true, features = ["serde"] }
Expand Down
2 changes: 1 addition & 1 deletion crates/load-test/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions crates/serde/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ categories = ["encoding", "cryptography::cryptocurrencies", "development-tools",
[dependencies]
anyhow = { workspace = true }
num-bigint = { workspace = true }
pathfinder-common = { version = "0.15.3", path = "../common" }
pathfinder-crypto = { version = "0.15.3", path = "../crypto" }
pathfinder-common = { version = "0.16.0", path = "../common" }
pathfinder-crypto = { version = "0.16.0", path = "../crypto" }
primitive-types = { workspace = true, features = ["serde"] }
serde = { workspace = true, features = ["derive"] }
serde_json = { workspace = true }
Expand Down

0 comments on commit 14915e9

Please sign in to comment.