From cfbaee82863ad76bac165861b3a62134d75d4ced Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 12 Sep 2024 16:07:13 +0000 Subject: [PATCH] chore(nns): release v0.4.4 (#148) * chore: transfer dependencies for nns version 0.4.4 * chore: Release 0.4.4 --------- Co-authored-by: anchpop <3711047+anchpop@users.noreply.github.com> --- Cargo.lock | 2 +- extensions/nns/CHANGELOG.md | 5 +++++ extensions/nns/Cargo.toml | 2 +- extensions/nns/dependencies.json | 5 +++++ extensions/nns/extension.json | 2 +- 5 files changed, 13 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 066da39..430d873 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5033,7 +5033,7 @@ dependencies = [ [[package]] name = "nns" -version = "0.4.3" +version = "0.4.4" dependencies = [ "anyhow", "backoff", diff --git a/extensions/nns/CHANGELOG.md b/extensions/nns/CHANGELOG.md index 5c0a08c..e4ac3f5 100644 --- a/extensions/nns/CHANGELOG.md +++ b/extensions/nns/CHANGELOG.md @@ -2,7 +2,11 @@ ## [Unreleased] - ReleaseDate +## [0.4.4] - 2024-09-12 +- Updated version of ic-admin used internally + ## [0.4.3] - 2024-07-05 +- Unchanged from 0.4.2 ## [0.4.2] - 2024-07-02 - Corrected name of the extension in metadata from "sns" to "nns". @@ -37,6 +41,7 @@ [Unreleased]: https://github.com/dfinity/dfx-extensions/compare/{{tag_name}}...HEAD +[0.4.4]: https://github.com/dfinity/dfx-extensions/compare/{{tag_name}}...{{tag_name}} [0.4.3]: https://github.com/dfinity/dfx-extensions/compare/{{tag_name}}...{{tag_name}} [0.4.2]: https://github.com/dfinity/dfx-extensions/compare/{{tag_name}}...{{tag_name}} [0.4.1]: https://github.com/dfinity/dfx-extensions/compare/{{tag_name}}...{{tag_name}} diff --git a/extensions/nns/Cargo.toml b/extensions/nns/Cargo.toml index b385887..db0c492 100644 --- a/extensions/nns/Cargo.toml +++ b/extensions/nns/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nns" -version = "0.4.3" +version = "0.4.4" authors.workspace = true edition.workspace = true license.workspace = true diff --git a/extensions/nns/dependencies.json b/extensions/nns/dependencies.json index c93514b..621d8da 100644 --- a/extensions/nns/dependencies.json +++ b/extensions/nns/dependencies.json @@ -1,4 +1,9 @@ { + "0.4.4": { + "dfx": { + "version": ">=0.17.0" + } + }, "0.4.3": { "dfx": { "version": ">=0.17.0" diff --git a/extensions/nns/extension.json b/extensions/nns/extension.json index e021436..232c67c 100644 --- a/extensions/nns/extension.json +++ b/extensions/nns/extension.json @@ -1,6 +1,6 @@ { "name": "nns", - "version": "0.4.3", + "version": "0.4.4", "homepage": "https://github.com/dfinity/dfx-extensions", "authors": "DFINITY", "summary": "Toolkit for interacting with the Network Nervous System.",