Skip to content

Commit

Permalink
Merge pull request #76 from dfinity/release/nns-v0.3.0
Browse files Browse the repository at this point in the history
chore(nns): release v0.3.0
  • Loading branch information
sesi200 authored Feb 7, 2024
2 parents 5b00ae9 + 023ef26 commit b82e209
Show file tree
Hide file tree
Showing 4 changed files with 11 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.

9 changes: 8 additions & 1 deletion extensions/nns/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

## [Unreleased] - ReleaseDate

## [0.3.0] - 2024-02-07

- Same functionality as version `0.2.1`.
- Updated NNS canisters to the latest version.
- `dfx nns install` now configures the cycles minting canister such that it plays nicely with the cycles ledger (which has to be installed separately).

## [0.2.1] - 2023-08-29

- Same functionality as version `0.2.0`.
Expand All @@ -17,7 +23,8 @@
- Lifted the functionality of the `dfx nns` command from the SDK repository and integrated it into the `dfx-extension`. More details in [commit 4b2a8916c3362ec18aea43f8085dc441c3be2b9d](https://github.com/dfinity/sdk/commit/4b2a8916c3362ec18aea43f8085dc441c3be2b9d).

<!-- next-url -->
[Unreleased]: https://github.com/dfinity/dfx-extensions/compare/nns-v0.2.1...HEAD
[Unreleased]: https://github.com/dfinity/dfx-extensions/compare/nns-v0.3.0...HEAD
[0.3.0]: https://github.com/dfinity/dfx-extensions/compare/nns-v0.2.1...nns-v0.3.0
[0.2.1]: https://github.com/dfinity/dfx-extensions/compare/nns-v0.2.0...nns-v0.2.1
[0.2.0]: https://github.com/dfinity/dfx-extensions/compare/nns-v0.1.0...nns-v0.2.0
[0.1.0]: https://github.com/dfinity/dfx-extensions/compare/nns-v0.1.0...nns-v0.1.0
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.2.1"
version = "0.3.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
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": "sns",
"version": "0.2.1",
"version": "0.3.0",
"homepage": "https://github.com/dfinity/dfx-extensions",
"authors": "DFINITY",
"summary": "Toolkit for interacting with the Network Nervous System.",
Expand Down

0 comments on commit b82e209

Please sign in to comment.