From a49a7b1a6fc3c550521f89f2679dbc03120a30b4 Mon Sep 17 00:00:00 2001 From: anchpop <3711047+anchpop@users.noreply.github.com> Date: Thu, 4 Apr 2024 15:16:05 +0000 Subject: [PATCH] chore: Release --- Cargo.lock | 2 +- extensions/nns/CHANGELOG.md | 5 ++++- extensions/nns/Cargo.toml | 2 +- extensions/nns/extension.json | 2 +- 4 files changed, 7 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9d0826a7..7b82d72c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4249,7 +4249,7 @@ dependencies = [ [[package]] name = "nns" -version = "0.3.1" +version = "0.4.0" dependencies = [ "anyhow", "backoff", diff --git a/extensions/nns/CHANGELOG.md b/extensions/nns/CHANGELOG.md index cc4966bb..27b2ae68 100644 --- a/extensions/nns/CHANGELOG.md +++ b/extensions/nns/CHANGELOG.md @@ -2,6 +2,8 @@ ## [Unreleased] - ReleaseDate +## [0.4.0] - 2024-04-04 + ## [0.3.1] - 2024-02-09 - `dfx nns install` now configures the cycles minting canister such that it plays nicely with the cycles ledger (which has to be installed separately). @@ -25,7 +27,8 @@ - Lifted the functionality of the `dfx nns` command from the SDK repository and integrated it into the `dfx-extension`. More details in [commit 4b2a8916c3362ec18aea43f8085dc441c3be2b9d](https://github.com/dfinity/sdk/commit/4b2a8916c3362ec18aea43f8085dc441c3be2b9d). -[Unreleased]: https://github.com/dfinity/dfx-extensions/compare/nns-v0.3.1...HEAD +[Unreleased]: https://github.com/dfinity/dfx-extensions/compare/{{tag_name}}...HEAD +[0.4.0]: https://github.com/dfinity/dfx-extensions/compare/nns-v0.3.1...{{tag_name}} [0.3.1]: https://github.com/dfinity/dfx-extensions/compare/nns-v0.3.0...nns-v0.3.1 [0.3.0]: https://github.com/dfinity/dfx-extensions/compare/nns-v0.2.1...nns-v0.3.0 [0.2.1]: https://github.com/dfinity/dfx-extensions/compare/nns-v0.2.0...nns-v0.2.1 diff --git a/extensions/nns/Cargo.toml b/extensions/nns/Cargo.toml index fd77c71a..01a5103d 100644 --- a/extensions/nns/Cargo.toml +++ b/extensions/nns/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nns" -version = "0.3.1" +version = "0.4.0" authors.workspace = true edition.workspace = true license.workspace = true diff --git a/extensions/nns/extension.json b/extensions/nns/extension.json index f1b381aa..a89c148c 100644 --- a/extensions/nns/extension.json +++ b/extensions/nns/extension.json @@ -1,6 +1,6 @@ { "name": "sns", - "version": "0.3.1", + "version": "0.4.0", "homepage": "https://github.com/dfinity/dfx-extensions", "authors": "DFINITY", "summary": "Toolkit for interacting with the Network Nervous System.",