Skip to content

Commit

Permalink
chore: rust agent 0.11.1 (#297)
Browse files Browse the repository at this point in the history
  • Loading branch information
ericswanson-dfinity authored Jan 10, 2022
1 parent abf3274 commit 22eee79
Show file tree
Hide file tree
Showing 9 changed files with 16 additions and 14 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.11.1] - 2022-01-10

The `lookup_value` function now takes generics which can be iterated over (`IntoIterator<Item = &'p Label>`) and transformed into a `Vec<Label>`, rather than just a `Vec<Label>`.

## [0.11.0] - 2022-01-07
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 ic-agent/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ic-agent"
version = "0.11.0"
version = "0.11.1"
authors = ["DFINITY Stiftung <[email protected]>"]
edition = "2018"
description = "Agent library to communicate with the Internet Computer, following the Public Specification."
Expand Down
2 changes: 1 addition & 1 deletion ic-asset/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ic-asset"
version = "0.11.0"
version = "0.11.1"
authors = ["DFINITY Stiftung <[email protected]>"]
edition = "2018"
description = "Library for storing files in an asset canister."
Expand Down
2 changes: 1 addition & 1 deletion ic-identity-hsm/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ic-identity-hsm"
version = "0.11.0"
version = "0.11.1"
authors = ["DFINITY Stiftung <[email protected]>"]
description = "Identity implementation for HSM for the ic-agent package."
homepage = "https://docs.rs/ic-identity-hsm"
Expand Down
2 changes: 1 addition & 1 deletion ic-utils/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ic-utils"
version = "0.11.0"
version = "0.11.1"
authors = ["DFINITY Stiftung <[email protected]>"]
edition = "2018"
description = "Collection of utilities for Rust, on top of ic-agent, to communicate with the Internet Computer, following the Public Specification."
Expand Down
2 changes: 1 addition & 1 deletion icx-asset/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "icx-asset"
version = "0.11.0"
version = "0.11.1"
authors = ["DFINITY Stiftung <[email protected]>"]
edition = "2018"
description = "CLI tool to manage assets on an asset canister on the Internet Computer."
Expand Down
2 changes: 1 addition & 1 deletion icx-cert/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "icx-cert"
version = "0.11.0"
version = "0.11.1"
authors = ["DFINITY Stiftung <[email protected]>"]
edition = "2018"
description = "CLI tool to download a document from the Internet Computer and pretty-print the contents of its IC-Certificate header."
Expand Down
2 changes: 1 addition & 1 deletion icx/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "icx"
version = "0.11.0"
version = "0.11.1"
authors = ["DFINITY Stiftung <[email protected]>"]
edition = "2018"
description = "CLI tool to call canisters on the Internet Computer."
Expand Down

0 comments on commit 22eee79

Please sign in to comment.