Skip to content

Commit

Permalink
Merge pull request #129 from axodotdev/release_0_6_6
Browse files Browse the repository at this point in the history
release: 0.6.6
  • Loading branch information
mistydemeo committed Jun 12, 2024
2 parents 807f1c3 + a058d34 commit faaead8
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
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.6.5"
version = "0.6.6"
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 @@ -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
Expand Down

0 comments on commit faaead8

Please sign in to comment.