Skip to content

Commit 00cc0e6

Browse files
author
Eric Swanson
authored
chore: release agent-rs 0.40.1 (#647)
1 parent c5b8c6d commit 00cc0e6

File tree

4 files changed

+17
-12
lines changed

4 files changed

+17
-12
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
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.40.1] - 2025-05-15
12+
1113
* Add `read_state_canister_controllers` and `read_state_canister_module_hash` functions.
1214

1315
## [0.40.0] - 2025-03-17

Cargo.lock

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

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ members = [
1111
]
1212

1313
[workspace.package]
14-
version = "0.40.0"
14+
version = "0.40.1"
1515
authors = ["DFINITY Stiftung <sdk@dfinity.org>"]
1616
edition = "2021"
1717
repository = "https://github.com/dfinity/agent-rs"
@@ -25,9 +25,9 @@ license = "Apache-2.0"
2525
needless_lifetimes = "allow"
2626

2727
[workspace.dependencies]
28-
ic-agent = { path = "ic-agent", version = "0.40.0", default-features = false }
29-
ic-utils = { path = "ic-utils", version = "0.40.0" }
30-
ic-transport-types = { path = "ic-transport-types", version = "0.40.0" }
28+
ic-agent = { path = "ic-agent", version = "0.40.1", default-features = false }
29+
ic-utils = { path = "ic-utils", version = "0.40.1" }
30+
ic-transport-types = { path = "ic-transport-types", version = "0.40.1" }
3131

3232
ic-certification = "3"
3333
candid = "0.10.10"

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,10 @@ the ic-ref tests. In order to run the ic-ref tests, you will need a running loca
1919
server. If you do not have one, those tests will be ignored.
2020

2121
## Release
22-
To release, increase the version number in all crates and run `cargo build` to update the lock file.
22+
To release:
23+
- increase the version number in Cargo.toml (`workspace.package` and `workspace.dependencies`)
24+
- add a header for the version under "## Unreleased" in CHANGELOG.md
25+
- run `cargo build` to update the lock file
2326

2427
## Packages
2528
This repo has multiple packages in its Cargo workspace.

0 commit comments

Comments
 (0)