Skip to content

Commit 5bd03e1

Browse files
chore(nns,sns): release v0.7.0 (#200)
Updated to ic repo commit 1bc0a59539613f6ec273a59a172ae43dfabb1ce0.
1 parent 96f5567 commit 5bd03e1

11 files changed

Lines changed: 519 additions & 542 deletions

File tree

Cargo.lock

Lines changed: 490 additions & 531 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,19 +31,19 @@ reqwest = { version = "^0.11.22", default-features = false, features = [
3131
"native-tls-vendored",
3232
] }
3333
serde = { version = "=1.0.217", features = ["derive"] }
34+
serde_json = { version = "1.0.121" }
3435
sha2 = "^0.10.9"
3536
slog = "^2.7.0"
3637
tempfile = "3.12.0"
3738
tokio = { version = "^1.36.0", features = ["rt-multi-thread"] }
3839
url = "^2.4.1"
39-
serde_json = { version = "=1.0.107" }
4040

4141
# It is strongly recommended that NNS_SNS_REPLICA_REV be set to the same rev value used below.
42-
ic-http-utils = { git = "https://github.com/dfinity/ic", rev = "03b997c92cac6680c975ffe8eb80874768363d24" }
43-
ic-icp-index = { git = "https://github.com/dfinity/ic", rev = "03b997c92cac6680c975ffe8eb80874768363d24" }
44-
ic-icrc1-index-ng = { git = "https://github.com/dfinity/ic", rev = "03b997c92cac6680c975ffe8eb80874768363d24" }
45-
ic-icrc1-ledger = { git = "https://github.com/dfinity/ic", rev = "03b997c92cac6680c975ffe8eb80874768363d24" }
46-
ic-sns-cli = { git = "https://github.com/dfinity/ic", rev = "03b997c92cac6680c975ffe8eb80874768363d24" }
42+
ic-http-utils = { git = "https://github.com/dfinity/ic", rev = "1bc0a59539613f6ec273a59a172ae43dfabb1ce0" }
43+
ic-icp-index = { git = "https://github.com/dfinity/ic", rev = "1bc0a59539613f6ec273a59a172ae43dfabb1ce0" }
44+
ic-icrc1-index-ng = { git = "https://github.com/dfinity/ic", rev = "1bc0a59539613f6ec273a59a172ae43dfabb1ce0" }
45+
ic-icrc1-ledger = { git = "https://github.com/dfinity/ic", rev = "1bc0a59539613f6ec273a59a172ae43dfabb1ce0" }
46+
ic-sns-cli = { git = "https://github.com/dfinity/ic", rev = "1bc0a59539613f6ec273a59a172ae43dfabb1ce0" }
4747

4848

4949
# The profile that 'cargo dist' will build with

extensions-utils/src/dependencies/dfx.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ use std::process::Command;
88

99
/// The replica revision of the NNS/SNS canisters which might have dependencies among each other.
1010
/// It is highly recommended that this be kept in sync with the commit mentioned in the root Cargo.toml file.
11-
pub const NNS_SNS_REPLICA_REV: &str = "03b997c92cac6680c975ffe8eb80874768363d24";
11+
pub const NNS_SNS_REPLICA_REV: &str = "1bc0a59539613f6ec273a59a172ae43dfabb1ce0";
1212

1313
/// Calls a binary from dfx cache.
1414
///

extensions/nns/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
## [Unreleased] - ReleaseDate
44

5+
## [0.7.0] - 2025-11-07
6+
- Use newer code from `ic` repository, namely commit 1bc0a59539613f6ec273a59a172ae43dfabb1ce0 (Oct 31, 2025 2:33 PM GMT+1).
7+
58
## [0.6.0] - 2025-10-02
69
- Bump the IC commit.
710

@@ -72,6 +75,7 @@
7275

7376
<!-- next-url -->
7477
[Unreleased]: https://github.com/dfinity/dfx-extensions/compare/{{tag_name}}...HEAD
78+
[0.7.0]: https://github.com/dfinity/dfx-extensions/compare/{{tag_name}}...{{tag_name}}
7579
[0.6.0]: https://github.com/dfinity/dfx-extensions/compare/{{tag_name}}...{{tag_name}}
7680
[0.5.4]: https://github.com/dfinity/dfx-extensions/compare/{{tag_name}}...{{tag_name}}
7781
[0.5.3]: https://github.com/dfinity/dfx-extensions/compare/{{tag_name}}...{{tag_name}}

extensions/nns/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "nns"
3-
version = "0.6.0"
3+
version = "0.7.0"
44
authors.workspace = true
55
edition.workspace = true
66
license.workspace = true

extensions/nns/dependencies.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
{
2+
"0.7.0": {
3+
"dfx": {
4+
"version": ">=0.29.0"
5+
}
6+
},
27
"0.6.0": {
38
"dfx": {
49
"version": ">=0.29.0"

extensions/nns/extension.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nns",
3-
"version": "0.6.0",
3+
"version": "0.7.0",
44
"homepage": "https://github.com/dfinity/dfx-extensions",
55
"authors": "DFINITY",
66
"summary": "Toolkit for interacting with the Network Nervous System.",

extensions/sns/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
## [Unreleased] - ReleaseDate
44

5+
## [0.7.0] - 2025-11-07
6+
- Use newer code from `ic` repository, namely commit 1bc0a59539613f6ec273a59a172ae43dfabb1ce0 (Oct 31, 2025 2:33 PM GMT+1).
7+
58
## [0.6.0] - 2025-09-22
69
- Added `ProposeToRegisterExtension` command.
710

@@ -85,6 +88,7 @@
8588

8689
<!-- next-url -->
8790
[Unreleased]: https://github.com/dfinity/dfx-extensions/compare/{{tag_name}}...HEAD
91+
[0.7.0]: https://github.com/dfinity/dfx-extensions/compare/{{tag_name}}...{{tag_name}}
8892
[0.6.0]: https://github.com/dfinity/dfx-extensions/compare/{{tag_name}}...{{tag_name}}
8993
[0.5.4]: https://github.com/dfinity/dfx-extensions/compare/{{tag_name}}...{{tag_name}}
9094
[0.5.3]: https://github.com/dfinity/dfx-extensions/compare/{{tag_name}}...{{tag_name}}

extensions/sns/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sns"
3-
version = "0.6.0"
3+
version = "0.7.0"
44
authors.workspace = true
55
edition.workspace = true
66
license.workspace = true

extensions/sns/dependencies.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
{
2+
"0.7.0": {
3+
"dfx": {
4+
"version": ">=0.29.0"
5+
}
6+
},
27
"0.6.0": {
38
"dfx": {
49
"version": ">=0.29.0"

0 commit comments

Comments
 (0)