Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down Expand Up @@ -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.

<!-- next-url -->
[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
Expand Down
2 changes: 1 addition & 1 deletion 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
@@ -1,6 +1,6 @@
[package]
name = "dfxvm"
version = "1.0.0"
version = "1.0.1"
edition = "2021"
authors = ["DFINITY Stiftung <sdk@dfinity.org>"]
description = "dfx version manager"
Expand Down