diff --git a/CHANGELOG.md b/CHANGELOG.md index a657a36..32cd443 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/Cargo.lock b/Cargo.lock index 277d480..c305bd7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -146,7 +146,7 @@ dependencies = [ [[package]] name = "axoupdater" -version = "0.7.2" +version = "0.7.3" dependencies = [ "axoasset", "axoprocess", @@ -164,7 +164,7 @@ dependencies = [ [[package]] name = "axoupdater-cli" -version = "0.7.2" +version = "0.7.3" dependencies = [ "axoasset", "axocli", diff --git a/Cargo.toml b/Cargo.toml index f32e781..3904aa0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" diff --git a/axoupdater-cli/Cargo.toml b/axoupdater-cli/Cargo.toml index 25f6b86..f835e1a 100644 --- a/axoupdater-cli/Cargo.toml +++ b/axoupdater-cli/Cargo.toml @@ -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