Skip to content

Commit 7e4f762

Browse files
github-actions[bot]ericswanson-dfinity
andauthored
chore: Release dfxvm version 0.3.0 (#67)
Co-authored-by: ericswanson-dfinity <64809312+ericswanson-dfinity@users.noreply.github.com>
1 parent 2e5f60e commit 7e4f762

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.3.0] - 2024-02-07
13+
1214
- Downloads new cargo-dist style tarballs from the release page.
1315
- Breaking change: Variables in the download URL template are now `{{version}}`, `{{basename}}`, and `{{archive-format}}`
1416
- dfx mode disallows the `dfx upgrade` command, which would replace the versioned dfx executable.
@@ -47,7 +49,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4749
- does not yet clean up previously-installed dfx versions.
4850

4951
<!-- next-url -->
50-
[Unreleased]: https://github.com/dfinity/dfxvm/compare/v0.2.1...HEAD
52+
[Unreleased]: https://github.com/dfinity/dfxvm/compare/v0.3.0...HEAD
53+
[0.3.0]: https://github.com/dfinity/dfxvm/compare/v0.2.1...v0.3.0
5154
[0.2.1]: https://github.com/dfinity/dfxvm/compare/v0.2.0...v0.2.1
5255
[0.2.0]: https://github.com/dfinity/dfxvm/compare/v0.1.3...v0.2.0
5356
[0.1.3]: https://github.com/dfinity/dfxvm/compare/v0.1.2...v0.1.3

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

0 commit comments

Comments
 (0)