Skip to content

Commit

Permalink
Release 0.28.0 (#472)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamspofford-dfinity committed Sep 21, 2023
1 parent 3658229 commit 9c4db33
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 10 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

## [0.28.0] - 2023-09-21

* Added `DelegatedIdentity`, an `Identity` implementation for consuming delegations such as those from Internet Identity.
* Replica protocol type definitions have been moved to an `ic-transport-types` crate. `ic-agent` still reexports the ones for its API.
* The `Unknown` lookup of a request_status path in a certificate results in an `AgentError` (the IC returns `Absent` for non-existing paths).
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.27.0"
version = "0.28.0"
authors = ["DFINITY Stiftung <[email protected]>"]
edition = "2021"
repository = "https://github.com/dfinity/agent-rs"
Expand All @@ -21,9 +21,9 @@ rust-version = "1.65.0"
license = "Apache-2.0"

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

ic-certification = "0.27.0"
candid = "0.9.5"
Expand Down

0 comments on commit 9c4db33

Please sign in to comment.