Skip to content

Commit

Permalink
Merge pull request cosmos#105 from confio/release/v0.8.1
Browse files Browse the repository at this point in the history
Rust: Release `ics23` version 0.8.1
  • Loading branch information
romac authored Aug 8, 2022
2 parents 66f0524 + f7deb72 commit 9c4e35d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

# 0.8.1

## Rust ([`ics23`](https://crates.io/crates/ics23))

- Fix no\_std compatibility and add check for this on CI
([#104](https://github.com/confio/ics23/pull/104))

# 0.8.0

## Rust ([`ics23`](https://crates.io/crates/ics23))
Expand Down
2 changes: 1 addition & 1 deletion rust/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ics23"
version = "0.8.0"
version = "0.8.1"
authors = ["Ethan Frey <[email protected]>"]
edition = "2021"
exclude = ["codegen", "no-std-check"]
Expand Down

0 comments on commit 9c4e35d

Please sign in to comment.