Skip to content

Commit

Permalink
release: 0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mistydemeo committed Mar 21, 2024
1 parent f19a509 commit 16a4363
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Version 0.3.3 (2024-03-21)

This is a minor bugfix release. It relaxes the reqwest dependency, which had been bumped to 0.12.0 in the previous release. It will now accept either 0.11.0 or any later version.

# Version 0.3.2 (2024-03-21)

This is a minor bugfix release:
Expand Down
4 changes: 2 additions & 2 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 @@ -3,7 +3,7 @@ members = ["axoupdater", "axoupdater-cli"]
resolver = "2"

[workspace.package]
version = "0.3.2"
version = "0.3.3"
edition = "2021"
license = "MIT OR Apache-2.0"
homepage = "https://github.com/axodotdev/axoupdater"
Expand Down
2 changes: 1 addition & 1 deletion axoupdater-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ readme = "../README.md"

[dependencies]
axocli = "0.2.0"
axoupdater = { version = "=0.3.2", path = "../axoupdater", features = ["blocking"] }
axoupdater = { version = "=0.3.3", path = "../axoupdater", features = ["blocking"] }

# errors
miette = "7.2.0"
Expand Down

0 comments on commit 16a4363

Please sign in to comment.