Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
anchpop authored and github-actions[bot] committed Jul 5, 2024
1 parent 22afe93 commit 680c5b6
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions extensions/sns/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

## [Unreleased] - ReleaseDate

## [0.4.3] - 2024-07-05
- `dfx sns download` now downloads the index-ng canister, which is the version needed for SNS testflight

## [0.4.2] - 2024-07-02
- Added the `neuron-id-to-candid-subaccount` command.
- Added a warning/confirmation text to the `propose` command.
Expand Down Expand Up @@ -48,6 +51,7 @@

<!-- next-url -->
[Unreleased]: https://github.com/dfinity/dfx-extensions/compare/{{tag_name}}...HEAD
[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}}
[0.4.0]: https://github.com/dfinity/dfx-extensions/compare/sns-v0.3.1...{{tag_name}}
Expand Down
2 changes: 1 addition & 1 deletion extensions/sns/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sns"
version = "0.4.2"
version = "0.4.3"
authors.workspace = true
edition.workspace = true
license.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion extensions/sns/extension.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sns",
"version": "0.4.2",
"version": "0.4.3",
"homepage": "https://github.com/dfinity/dfx-extensions",
"authors": "DFINITY",
"summary": "Initialize, deploy and interact with an SNS",
Expand Down

0 comments on commit 680c5b6

Please sign in to comment.