Skip to content

Commit

Permalink
Release v0.14.1 (#2166)
Browse files Browse the repository at this point in the history
* Bump crates to v0.14.1

* Update lockfile

* Release changelog

* Update CHANGELOG.md

Co-authored-by: Adi Seredinschi <[email protected]>

* Update .changelog/v0.14.1/summary.md

Co-authored-by: Adi Seredinschi <[email protected]>
  • Loading branch information
romac and adizere authored May 2, 2022
1 parent 1640910 commit 181b14a
Show file tree
Hide file tree
Showing 20 changed files with 106 additions and 91 deletions.
2 changes: 2 additions & 0 deletions .changelog/v0.14.1/summary.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
This release improves the reliability of the relayer by fixing an edge case where
some queries would fail if they reach a full node after a new block is committed but before the application state updates to reflect the changes in that block.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# CHANGELOG

## v0.14.1

*May 2nd, 2022*

This release improves the reliability of the relayer by fixing an edge case where
some queries would fail if they reach a full node after a new block is committed but before the application state updates to reflect the changes in that block.

### BUG FIXES

- [Relayer Library](relayer)
- Fixed query for application status when application state lags behind blockchain state.
([#1970](https://github.com/informalsystems/ibc-rs/issues/1970))

## v0.14.0

*April 27th, 2022*
Expand Down
116 changes: 58 additions & 58 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 guide/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ mdBook is a utility to create modern online books from Markdown files.
This guide should be permanently deployed at its latest stable version at
[hermes.informal.systems](https://hermes.informal.systems).

Current version: `0.14.0`.
Current version: `0.14.1`.

The version of this guide is aligned with the [versioning of the ibc crates](../README.md).

Expand Down
2 changes: 1 addition & 1 deletion guide/src/SUMMARY.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Summary

# Hermes (v0.14.0)
# Hermes (v0.14.1)

---
- [Introduction](./index.md)
Expand Down
Loading

0 comments on commit 181b14a

Please sign in to comment.