Skip to content

Commit

Permalink
chore: release v0.31.0 (#496)
Browse files Browse the repository at this point in the history
* chore: release v0.31.0

* Update CHANGELOG.md

---------

Co-authored-by: Marcin Nowak-Liebiediew <[email protected]>
  • Loading branch information
lwshang and Marcin Nowak-Liebiediew committed Nov 27, 2023
1 parent 2d21c78 commit f245e7a
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 11 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

## [0.31.0] - 2023-11-27

* Breaking change: Bump candid to 0.10. Downstream libraries need to bump Candid to 0.10 as well.
* Feat: add `idle_cycles_burned_per_day` field to `StatusCallResult`.

## [0.30.2] = 20223-11-16
## [0.30.2] - 2023-11-16

* Fixed a spurious certificate validation error in the five minutes after a node is added to a subnet

Expand Down
12 changes: 6 additions & 6 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ members = [
]

[workspace.package]
version = "0.30.2"
version = "0.31.0"
authors = ["DFINITY Stiftung <[email protected]>"]
edition = "2021"
repository = "https://github.com/dfinity/agent-rs"
Expand All @@ -21,9 +21,9 @@ rust-version = "1.70.0"
license = "Apache-2.0"

[workspace.dependencies]
ic-agent = { path = "ic-agent", version = "0.30.2", default-features = false }
ic-utils = { path = "ic-utils", version = "0.30.2" }
ic-transport-types = { path = "ic-transport-types", version = "0.30.2" }
ic-agent = { path = "ic-agent", version = "0.31.0", default-features = false }
ic-utils = { path = "ic-utils", version = "0.31.0" }
ic-transport-types = { path = "ic-transport-types", version = "0.31.0" }

ic-certification = "1.2.0"
candid = "0.10.0"
Expand Down

0 comments on commit f245e7a

Please sign in to comment.