Skip to content

Commit

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

* chore: Release

---------

Co-authored-by: anchpop <3711047+anchpop@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and anchpop authored Oct 11, 2024
1 parent 104f2e0 commit fb1df80
Show file tree
Hide file tree
Showing 5 changed files with 12 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.6] - 2024-10-11
- Added `dfx sns health` command.

## [0.4.5] - 2024-09-20
- Unchanged from v0.4.4

Expand Down Expand Up @@ -57,6 +60,7 @@

<!-- next-url -->
[Unreleased]: https://github.com/dfinity/dfx-extensions/compare/{{tag_name}}...HEAD
[0.4.6]: https://github.com/dfinity/dfx-extensions/compare/{{tag_name}}...{{tag_name}}
[0.4.5]: https://github.com/dfinity/dfx-extensions/compare/{{tag_name}}...{{tag_name}}
[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}}
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.5"
version = "0.4.6"
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.6": {
"dfx": {
"version": ">=0.17.0"
}
},
"0.4.5": {
"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.5",
"version": "0.4.6",
"homepage": "https://github.com/dfinity/dfx-extensions",
"authors": "DFINITY",
"summary": "Initialize, deploy and interact with an SNS",
Expand Down

0 comments on commit fb1df80

Please sign in to comment.