Skip to content

Commit 9190e28

Browse files
chore: Release 0.37.0 (#574)
1 parent 203467c commit 9190e28

File tree

5 files changed

+14
-10
lines changed

5 files changed

+14
-10
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88

99
## Unreleased
1010

11+
## [0.37.0] - 2024-07-23
12+
1113
* Removed the Bitcoin query methods from `ManagementCanister`. Users should use `BitcoinCanister` for that.
1214
* Added `BitcoinCanister` to `ic-utils`.
1315
* Upgraded MSRV to 1.75.0.

Cargo.lock

+6-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+4-4
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ members = [
1111
]
1212

1313
[workspace.package]
14-
version = "0.36.0"
14+
version = "0.37.0"
1515
authors = ["DFINITY Stiftung <[email protected]>"]
1616
edition = "2021"
1717
repository = "https://github.com/dfinity/agent-rs"
@@ -22,9 +22,9 @@ rust-version = "1.75.0"
2222
license = "Apache-2.0"
2323

2424
[workspace.dependencies]
25-
ic-agent = { path = "ic-agent", version = "0.36.0", default-features = false }
26-
ic-utils = { path = "ic-utils", version = "0.36.0" }
27-
ic-transport-types = { path = "ic-transport-types", version = "0.36.0" }
25+
ic-agent = { path = "ic-agent", version = "0.37.0", default-features = false }
26+
ic-utils = { path = "ic-utils", version = "0.37.0" }
27+
ic-transport-types = { path = "ic-transport-types", version = "0.37.0" }
2828

2929
ic-certification = "2.2"
3030
candid = "0.10.1"

ref-tests/Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
name = "ref-tests"
33
version = "0.0.0"
44
edition = "2021"
5+
publish = false
56

67
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
78

scripts/cargo_publish.sh

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#!/bin/bash
2+
set -e
23
cargo publish -p ic-transport-types
34
cargo publish -p ic-agent
45
cargo publish -p ic-identity-hsm

0 commit comments

Comments
 (0)