diff --git a/CHANGELOG.md b/CHANGELOG.md index 30232e5..200403f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# Version 0.6.6 (2024-06-12) + +This release updates several dependencies. + # Version 0.6.5 (2024-05-30) This release makes us prefer creating temporary files nested under the install directory, avoiding issues with renaming files across filesystems, in cases where the system tempdir is on a separate logic drive. diff --git a/Cargo.lock b/Cargo.lock index 271241d..f2e28b0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -161,7 +161,7 @@ dependencies = [ [[package]] name = "axoupdater" -version = "0.6.5" +version = "0.6.6" dependencies = [ "axoasset", "axoprocess", @@ -179,7 +179,7 @@ dependencies = [ [[package]] name = "axoupdater-cli" -version = "0.6.5" +version = "0.6.6" dependencies = [ "axoasset", "axocli", diff --git a/Cargo.toml b/Cargo.toml index 0cf79d6..6584faa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ members = ["axoupdater", "axoupdater-cli"] resolver = "2" [workspace.package] -version = "0.6.5" +version = "0.6.6" 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 7af1642..70f825b 100644 --- a/axoupdater-cli/Cargo.toml +++ b/axoupdater-cli/Cargo.toml @@ -12,7 +12,7 @@ readme = "../README.md" [dependencies] axocli = "0.2.0" -axoupdater = { version = "=0.6.5", path = "../axoupdater", features = ["blocking"] } +axoupdater = { version = "=0.6.6", path = "../axoupdater", features = ["blocking"] } clap = { version = "4.5.7", features = ["derive"] } # errors