Skip to content

Commit f5e1cc4

Browse files
github-actions[bot]ericswanson-dfinity
andauthored
chore: Release dfxvm version 0.1.3 (#43)
Co-authored-by: ericswanson-dfinity <64809312+ericswanson-dfinity@users.noreply.github.com>
1 parent 39dedef commit f5e1cc4

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.1.3] - 2024-01-19
13+
1214
- Added `dfxvm self update` command, which updates dfxvm to the latest version.
1315

1416
## [0.1.2] - 2023-12-19
@@ -28,6 +30,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2830
- does not yet clean up previously-installed dfx versions.
2931

3032
<!-- next-url -->
31-
[Unreleased]: https://github.com/dfinity/dfxvm/compare/v0.1.2...HEAD
33+
[Unreleased]: https://github.com/dfinity/dfxvm/compare/v0.1.3...HEAD
34+
[0.1.3]: https://github.com/dfinity/dfxvm/compare/v0.1.2...v0.1.3
3235
[0.1.2]: https://github.com/dfinity/dfxvm/compare/v0.1.1...v0.1.2
3336
[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.2"
3+
version = "0.1.3"
44
edition = "2021"
55
authors = ["DFINITY Stiftung <sdk@dfinity.org>"]
66
description = "dfx version manager"

0 commit comments

Comments
 (0)