Skip to content

Commit

Permalink
chore: Release 0.30.1 (#489)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamspofford-dfinity authored Nov 15, 2023
1 parent 081af29 commit 5aa3ba7
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 10 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ 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.30.1] - 2023-11-15

* Fixed `HyperTransport` endpoint construction (`//` in the format `/api/v2//canister/5v3p4-iyaaa-aaaaa-qaaaa-cai/query`)

## [0.30.0] - 2023-11-07
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.0"
version = "0.30.1"
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.0", default-features = false }
ic-utils = { path = "ic-utils", version = "0.30.0" }
ic-transport-types = { path = "ic-transport-types", version = "0.30.0" }
ic-agent = { path = "ic-agent", version = "0.30.1", default-features = false }
ic-utils = { path = "ic-utils", version = "0.30.1" }
ic-transport-types = { path = "ic-transport-types", version = "0.30.1" }

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

0 comments on commit 5aa3ba7

Please sign in to comment.