Skip to content

Commit 9c80fb4

Browse files
chore: release 0.39.2 (#625)
1 parent 68aa5f2 commit 9c80fb4

File tree

3 files changed

+12
-9
lines changed

3 files changed

+12
-9
lines changed

CHANGELOG.md

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

99
## Unreleased
1010

11-
## [0.39.0]
11+
## [0.39.2] - 2024-12-20
1212

1313
* Bumped `ic-certification` to `3.0.0`.
14+
15+
## [0.39.0]
16+
1417
* The lower-level update call functions now return the certificate in addition to the parsed response data.
1518
* Make ingress_expiry required and set the default value to 3 min.
1619
* Changed `BasicIdentity`'s implementation from `ring` to `ed25519-consensus`.

Cargo.lock

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

Cargo.toml

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

1313
[workspace.package]
14-
version = "0.39.1"
14+
version = "0.39.2"
1515
authors = ["DFINITY Stiftung <[email protected]>"]
1616
edition = "2021"
1717
repository = "https://github.com/dfinity/agent-rs"

0 commit comments

Comments
 (0)