Skip to content

Commit

Permalink
chore: release 0.39.2 (#625)
Browse files Browse the repository at this point in the history
  • Loading branch information
ericswanson-dfinity authored Dec 20, 2024
1 parent 68aa5f2 commit 9c80fb4
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 9 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

## [0.39.0]
## [0.39.2] - 2024-12-20

* Bumped `ic-certification` to `3.0.0`.

## [0.39.0]

* The lower-level update call functions now return the certificate in addition to the parsed response data.
* Make ingress_expiry required and set the default value to 3 min.
* Changed `BasicIdentity`'s implementation from `ring` to `ed25519-consensus`.
Expand Down
14 changes: 7 additions & 7 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ members = [
]

[workspace.package]
version = "0.39.1"
version = "0.39.2"
authors = ["DFINITY Stiftung <sdk@dfinity.org>"]
edition = "2021"
repository = "https://github.com/dfinity/agent-rs"
Expand Down

0 comments on commit 9c80fb4

Please sign in to comment.