diff --git a/Cargo.lock b/Cargo.lock index 430d873..786d123 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6874,7 +6874,7 @@ checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67" [[package]] name = "sns" -version = "0.4.3" +version = "0.4.4" dependencies = [ "anyhow", "candid", diff --git a/extensions/sns/CHANGELOG.md b/extensions/sns/CHANGELOG.md index af60819..3f123f1 100644 --- a/extensions/sns/CHANGELOG.md +++ b/extensions/sns/CHANGELOG.md @@ -1,7 +1,9 @@ ## [Unreleased] - ReleaseDate -- Unchanged from 0.4.2 + +## [0.4.4] - 2024-09-12 +- Add `dfx sns list` command to view available SNSes ## [0.4.3] - 2024-07-05 - `dfx sns download` now downloads the index-ng canister, which is the version needed for SNS testflight @@ -52,6 +54,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/sns/Cargo.toml b/extensions/sns/Cargo.toml index d0d9e35..854685c 100644 --- a/extensions/sns/Cargo.toml +++ b/extensions/sns/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sns" -version = "0.4.3" +version = "0.4.4" authors.workspace = true edition.workspace = true license.workspace = true diff --git a/extensions/sns/dependencies.json b/extensions/sns/dependencies.json index c93514b..621d8da 100644 --- a/extensions/sns/dependencies.json +++ b/extensions/sns/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/sns/extension.json b/extensions/sns/extension.json index 913971b..bbcb28f 100644 --- a/extensions/sns/extension.json +++ b/extensions/sns/extension.json @@ -1,6 +1,6 @@ { "name": "sns", - "version": "0.4.3", + "version": "0.4.4", "homepage": "https://github.com/dfinity/dfx-extensions", "authors": "DFINITY", "summary": "Initialize, deploy and interact with an SNS",