Skip to content

Commit f7e50c2

Browse files
chore: Release dfxvm version 1.0.1 (#104)
Co-authored-by: vincent-dfinity <118719397+vincent-dfinity@users.noreply.github.com>
1 parent 0704c88 commit f7e50c2

3 files changed

Lines changed: 6 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
## [Unreleased] - ReleaseDate
1111

12+
## [1.0.1] - 2025-07-02
13+
1214
- `dfxvm --list` now supports listing the available dfx versions.
1315
- `--available`: List the available versions.
1416
- `--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
6264
- does not yet clean up previously-installed dfx versions.
6365

6466
<!-- next-url -->
65-
[Unreleased]: https://github.com/dfinity/dfxvm/compare/v1.0.0...HEAD
67+
[Unreleased]: https://github.com/dfinity/dfxvm/compare/v1.0.1...HEAD
68+
[1.0.1]: https://github.com/dfinity/dfxvm/compare/v1.0.0...v1.0.1
6669
[1.0.0]: https://github.com/dfinity/dfxvm/compare/v0.3.1...v1.0.0
6770
[0.3.1]: https://github.com/dfinity/dfxvm/compare/v0.3.0...v0.3.1
6871
[0.3.0]: https://github.com/dfinity/dfxvm/compare/v0.2.1...v0.3.0

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "dfxvm"
3-
version = "1.0.0"
3+
version = "1.0.1"
44
edition = "2021"
55
authors = ["DFINITY Stiftung <sdk@dfinity.org>"]
66
description = "dfx version manager"

0 commit comments

Comments
 (0)