Skip to content

Commit

Permalink
chore(sns): release v0.4.4 (#149)
Browse files Browse the repository at this point in the history
* chore: transfer dependencies for sns version 0.4.4

* chore: Release 0.4.4

---------

Co-authored-by: anchpop <[email protected]>
  • Loading branch information
github-actions[bot] and anchpop authored Sep 12, 2024
1 parent cfbaee8 commit 4e25bc4
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 4 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.

5 changes: 4 additions & 1 deletion extensions/sns/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
<!-- next-header -->

## [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
Expand Down Expand Up @@ -52,6 +54,7 @@

<!-- next-url -->
[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}}
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.3"
version = "0.4.4"
authors.workspace = true
edition.workspace = true
license.workspace = true
Expand Down
5 changes: 5 additions & 0 deletions extensions/sns/dependencies.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
{
"0.4.4": {
"dfx": {
"version": ">=0.17.0"
}
},
"0.4.3": {
"dfx": {
"version": ">=0.17.0"
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.3",
"version": "0.4.4",
"homepage": "https://github.com/dfinity/dfx-extensions",
"authors": "DFINITY",
"summary": "Initialize, deploy and interact with an SNS",
Expand Down

0 comments on commit 4e25bc4

Please sign in to comment.