Skip to content

Commit

Permalink
chore: Release dfxvm version 0.2.1 (#60)
Browse files Browse the repository at this point in the history
Co-authored-by: ericswanson-dfinity <[email protected]>
  • Loading branch information
1 parent 4ee4ecc commit 6c5ee2f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
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

## [0.2.1] - 2024-02-05

- Removed openssl dependencies.
- Added `dfxvm self uninstall` command, which uninstalls dfxvm and all versions of dfx.
- `dfxvm-init` now removes older dfx versions found on the path, by default.
Expand Down Expand Up @@ -41,7 +43,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/v0.2.0...HEAD
[Unreleased]: https://github.com/dfinity/dfxvm/compare/v0.2.1...HEAD
[0.2.1]: https://github.com/dfinity/dfxvm/compare/v0.2.0...v0.2.1
[0.2.0]: https://github.com/dfinity/dfxvm/compare/v0.1.3...v0.2.0
[0.1.3]: https://github.com/dfinity/dfxvm/compare/v0.1.2...v0.1.3
[0.1.2]: https://github.com/dfinity/dfxvm/compare/v0.1.1...v0.1.2
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 = "0.2.0"
version = "0.2.1"
edition = "2021"
authors = ["DFINITY Stiftung <[email protected]>"]
description = "dfx version manager"
Expand Down

0 comments on commit 6c5ee2f

Please sign in to comment.