From a63ec62ea275ca66480bef568922a7eac4811520 Mon Sep 17 00:00:00 2001 From: vincent-dfinity <118719397+vincent-dfinity@users.noreply.github.com> Date: Wed, 6 Aug 2025 08:03:50 +0000 Subject: [PATCH 1/2] chore: Release dfxvm version 1.0.2 --- CHANGELOG.md | 5 ++++- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) 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" From a3466951bab1a4966b8985287d89c1a779159b43 Mon Sep 17 00:00:00 2001 From: Vincent Zhang Date: Wed, 6 Aug 2025 16:07:03 +0800 Subject: [PATCH 2/2] Trigger builds.