Skip to content

Commit

Permalink
Merge pull request #78 from dfinity/release/nns-v0.3.1
Browse files Browse the repository at this point in the history
chore(nns): release v0.3.1
  • Loading branch information
sesi200 authored Feb 13, 2024
2 parents 5043a26 + 73c721b commit d5eb700
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 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.

7 changes: 5 additions & 2 deletions extensions/nns/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,13 @@

## [Unreleased] - ReleaseDate

## [0.3.1] - 2024-02-09
- `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.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

Expand All @@ -23,7 +25,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.3.0...HEAD
[Unreleased]: https://github.com/dfinity/dfx-extensions/compare/nns-v0.3.1...HEAD
[0.3.1]: https://github.com/dfinity/dfx-extensions/compare/nns-v0.3.0...nns-v0.3.1
[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
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.3.0"
version = "0.3.1"
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.3.0",
"version": "0.3.1",
"homepage": "https://github.com/dfinity/dfx-extensions",
"authors": "DFINITY",
"summary": "Toolkit for interacting with the Network Nervous System.",
Expand Down

0 comments on commit d5eb700

Please sign in to comment.