Skip to content

Commit

Permalink
Release 0.33.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adamspofford-dfinity committed Feb 8, 2024
1 parent 82dda15 commit 0b4486b
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased
## [0.33.0] - 2024-02-08

* Changed the return type of `stored_chunks` to a struct.
* Added a prime256v1-based `Identity` impl to complement the ed25519 and secp256k1 `Identity` impls.
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.32.0"
version = "0.33.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.32.0", default-features = false }
ic-utils = { path = "ic-utils", version = "0.32.0" }
ic-transport-types = { path = "ic-transport-types", version = "0.32.0" }
ic-agent = { path = "ic-agent", version = "0.33.0", default-features = false }
ic-utils = { path = "ic-utils", version = "0.33.0" }
ic-transport-types = { path = "ic-transport-types", version = "0.33.0" }

ic-certification = "2.2"
candid = "0.10.1"
Expand Down

0 comments on commit 0b4486b

Please sign in to comment.