Skip to content

Commit 4e493d5

Browse files
chore: Release dfxvm version 0.2.0 (#55)
1 parent 2bf9447 commit 4e493d5

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+
## [0.2.0] - 2024-01-30
13+
1214
- `dfxvm --version` now reports the version
1315
- changed the dfxvm-init `--proceed` parameter to `--yes`
1416
- static link to openssl
@@ -34,7 +36,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3436
- does not yet clean up previously-installed dfx versions.
3537

3638
<!-- next-url -->
37-
[Unreleased]: https://github.com/dfinity/dfxvm/compare/v0.1.3...HEAD
39+
[Unreleased]: https://github.com/dfinity/dfxvm/compare/v0.2.0...HEAD
40+
[0.2.0]: https://github.com/dfinity/dfxvm/compare/v0.1.3...v0.2.0
3841
[0.1.3]: https://github.com/dfinity/dfxvm/compare/v0.1.2...v0.1.3
3942
[0.1.2]: https://github.com/dfinity/dfxvm/compare/v0.1.1...v0.1.2
4043
[0.1.1]: https://github.com/dfinity/dfxvm/compare/828e4ed...v0.1.1

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 = "0.1.3"
3+
version = "0.2.0"
44
edition = "2021"
55
authors = ["DFINITY Stiftung <sdk@dfinity.org>"]
66
description = "dfx version manager"

0 commit comments

Comments
 (0)