Skip to content

Commit

Permalink
Merge pull request #196 from axodotdev/release_0_7_3
Browse files Browse the repository at this point in the history
release: 0.7.3
  • Loading branch information
mistydemeo authored Oct 22, 2024
2 parents 0390009 + f63ce63 commit fba297d
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# Version 0.7.3 (2024-10-22)

This release contains improvements on Windows, ensuring that temporary files and
files from older versions are correctly cleaned up.

# Version 0.7.2 (2024-09-11)

This release fixes a bug that caused axoupdater to return a confusing error
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.7.2"
version = "0.7.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 @@ -14,7 +14,7 @@ tls_native_roots = ["axoupdater/tls_native_roots"]

[dependencies]
axocli = "0.2.0"
axoupdater = { version = "=0.7.2", path = "../axoupdater", features = ["blocking"] }
axoupdater = { version = "=0.7.3", path = "../axoupdater", features = ["blocking"] }
clap = { version = "4.5.20", features = ["derive"] }

# errors
Expand Down

0 comments on commit fba297d

Please sign in to comment.