Skip to content

Commit

Permalink
Merge pull request #1421 from eqlabs/krisztian/bump-version-to-0.9.0
Browse files Browse the repository at this point in the history
chore: bump version to 0.9.0
  • Loading branch information
kkovaacs committed Oct 10, 2023
2 parents 231dadd + 340a13b commit 0a76a27
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 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.9.0] - 2023-10-10

### Fixed

Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

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

10 changes: 8 additions & 2 deletions crates/pathfinder/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pathfinder"
version = "0.8.2"
version = "0.9.0"
edition = "2021"
license = "MIT OR Apache-2.0"
rust-version = "1.72"
Expand All @@ -13,7 +13,13 @@ path = "src/lib.rs"
[features]
tokio-console = ["console-subscriber", "tokio/tracing"]
rpc-full-serde = []
p2p = ["dep:base64", "dep:p2p", "dep:p2p_proto_v0", "dep:p2p_proto_v1", "dep:zeroize"]
p2p = [
"dep:base64",
"dep:p2p",
"dep:p2p_proto_v0",
"dep:p2p_proto_v1",
"dep:zeroize",
]

[dependencies]
anyhow = { workspace = true }
Expand Down

0 comments on commit 0a76a27

Please sign in to comment.