Skip to content

Commit

Permalink
bump version (#234)
Browse files Browse the repository at this point in the history
  • Loading branch information
mario-eth authored Nov 22, 2024
1 parent 8deda19 commit d83862c
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## Current Version 0.5.1
## Current Version 0.5.2

## Version 0.5.0 introduces the following breaking changes

Expand Down
6 changes: 3 additions & 3 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 @@ -14,7 +14,7 @@ license = "MIT"
readme = "./README.md"
repository = "https://github.com/mario-eth/soldeer"
rust-version = "1.80"
version = "0.5.1"
version = "0.5.2"

[workspace.lints.clippy]
dbg-macro = "warn"
Expand Down
2 changes: 1 addition & 1 deletion crates/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ name = "soldeer"
path = "src/main.rs"

[dependencies]
soldeer-commands = { path = "../commands", version = "0.5.1" }
soldeer-commands = { path = "../commands", version = "0.5.2" }
tokio.workspace = true
yansi = { version = "1.0.1", features = ["detect-tty", "detect-env"] }
2 changes: 1 addition & 1 deletion crates/commands/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ cliclack.workspace = true
derive_more.workspace = true
email-address-parser = "2.0.0"
rayon.workspace = true
soldeer-core = { path = "../core", version = "0.5.1", features = ["cli"] }
soldeer-core = { path = "../core", version = "0.5.2", features = ["cli"] }

[dev-dependencies]
mockito.workspace = true
Expand Down

0 comments on commit d83862c

Please sign in to comment.