Skip to content

Commit

Permalink
release: 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mistydemeo committed Aug 28, 2024
1 parent bc578ed commit 55c45a5
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.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.

This release also contains a forward-looking change to ensure compatibility with installers produced by future versions of cargo-dist ([#169](https://github.com/axodotdev/axoupdater/pull/169)).

# Version 0.7.0 (2024-07-25)

This release improves debugging for users who use axoupdater as a crate and who
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.0"
version = "0.7.1"
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.0", path = "../axoupdater", features = ["blocking"] }
axoupdater = { version = "=0.7.1", path = "../axoupdater", features = ["blocking"] }
clap = { version = "4.5.16", features = ["derive"] }

# errors
Expand Down

0 comments on commit 55c45a5

Please sign in to comment.