Skip to content

Commit

Permalink
chore(nns): release v0.4.5 (#151)
Browse files Browse the repository at this point in the history
* chore: transfer dependencies for nns version 0.4.5

* chore: Release

---------

Co-authored-by: anchpop <[email protected]>
  • Loading branch information
github-actions[bot] and anchpop authored Sep 20, 2024
1 parent 09452b3 commit 52cabcb
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/nns/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

## [Unreleased] - ReleaseDate

## [0.4.5] - 2024-09-20
- Updated the version of IC canisters used internally, as the previous version had removed support for some NNS proposals that the extension needed internally.

## [0.4.4] - 2024-09-12
- Updated version of ic-admin used internally

Expand Down Expand Up @@ -41,6 +44,7 @@

<!-- next-url -->
[Unreleased]: https://github.com/dfinity/dfx-extensions/compare/{{tag_name}}...HEAD
[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}}
[0.4.2]: https://github.com/dfinity/dfx-extensions/compare/{{tag_name}}...{{tag_name}}
Expand Down
2 changes: 1 addition & 1 deletion extensions/nns/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "nns"
version = "0.4.4"
version = "0.4.5"
authors.workspace = true
edition.workspace = true
license.workspace = true
Expand Down
5 changes: 5 additions & 0 deletions extensions/nns/dependencies.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
{
"0.4.5": {
"dfx": {
"version": ">=0.17.0"
}
},
"0.4.4": {
"dfx": {
"version": ">=0.17.0"
Expand Down
2 changes: 1 addition & 1 deletion extensions/nns/extension.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nns",
"version": "0.4.4",
"version": "0.4.5",
"homepage": "https://github.com/dfinity/dfx-extensions",
"authors": "DFINITY",
"summary": "Toolkit for interacting with the Network Nervous System.",
Expand Down

0 comments on commit 52cabcb

Please sign in to comment.