Skip to content

Commit

Permalink
release: 0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mistydemeo committed Sep 11, 2024
1 parent 2412d72 commit 2544a18
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# Version 0.7.2 (2024-09-11)

This release fixes a bug that caused axoupdater to return a confusing error
message if it attempted to load an install receipt containing a reference to an
install path which no longer exists.

# Version 0.7.1 (2024-08-28)

This release improves compatibility with certain Windows configurations by setting the execution policy before running the new installer. A similar change is shipped in cargo-dist 0.21.2.
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.1"
version = "0.7.2"
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.1", path = "../axoupdater", features = ["blocking"] }
axoupdater = { version = "=0.7.2", path = "../axoupdater", features = ["blocking"] }
clap = { version = "4.5.17", features = ["derive"] }

# errors
Expand Down

0 comments on commit 2544a18

Please sign in to comment.