diff --git a/CHANGELOG.md b/CHANGELOG.md index ff90a81..23737ad 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.1] - 2025-07-02 + - `dfxvm --list` now supports listing the available dfx versions. - `--available`: List the available versions. - `--limit`: The maximum number of available versions to list in reverse chronological order, with default value `10`. @@ -62,7 +64,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.0...HEAD +[Unreleased]: https://github.com/dfinity/dfxvm/compare/v1.0.1...HEAD +[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 [0.3.0]: https://github.com/dfinity/dfxvm/compare/v0.2.1...v0.3.0 diff --git a/Cargo.lock b/Cargo.lock index af8f6c8..c1c36e3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -337,7 +337,7 @@ dependencies = [ [[package]] name = "dfxvm" -version = "1.0.0" +version = "1.0.1" dependencies = [ "assert_cmd", "backoff", diff --git a/Cargo.toml b/Cargo.toml index b90ec52..56419ed 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dfxvm" -version = "1.0.0" +version = "1.0.1" edition = "2021" authors = ["DFINITY Stiftung "] description = "dfx version manager"