diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a8ca3c..f2fdb3a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] - ReleaseDate +## [1.0.2] - 2025-08-06 + - `dfxvm` now has the aarch64-linux version and supports installing dfx with the aarch64-linux binaries. ## [1.0.1] - 2025-07-02 @@ -66,7 +68,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - does not yet clean up previously-installed dfx versions. -[Unreleased]: https://github.com/dfinity/dfxvm/compare/v1.0.1...HEAD +[Unreleased]: https://github.com/dfinity/dfxvm/compare/v1.0.2...HEAD +[1.0.2]: https://github.com/dfinity/dfxvm/compare/v1.0.1...v1.0.2 [1.0.1]: https://github.com/dfinity/dfxvm/compare/v1.0.0...v1.0.1 [1.0.0]: https://github.com/dfinity/dfxvm/compare/v0.3.1...v1.0.0 [0.3.1]: https://github.com/dfinity/dfxvm/compare/v0.3.0...v0.3.1 diff --git a/Cargo.lock b/Cargo.lock index c1c36e3..dc79bb4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -337,7 +337,7 @@ dependencies = [ [[package]] name = "dfxvm" -version = "1.0.1" +version = "1.0.2" dependencies = [ "assert_cmd", "backoff", diff --git a/Cargo.toml b/Cargo.toml index ebabd2b..4d6caf5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dfxvm" -version = "1.0.1" +version = "1.0.2" edition = "2021" authors = ["DFINITY Stiftung "] description = "dfx version manager"