Skip to content

Commit 6be938c

Browse files
romacadizere
andauthored
Release Hermes v0.6.2 (#1256)
* Bump crates and guide to 0.6.2 * Bump ibc-proto to 0.9.1 * Update Cargo.lock * Build changelog * Update .changelog/v0.6.2/summary.md Co-authored-by: Adi Seredinschi <[email protected]> * Re-enable `upgrade clients` command * Re-generate changelog Co-authored-by: Adi Seredinschi <[email protected]>
1 parent 6d170f4 commit 6be938c

File tree

23 files changed

+101
-62
lines changed

23 files changed

+101
-62
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

.changelog/v0.6.2/summary.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
This minor release of Hermes re-enables the `upgrade client`, `upgrade clients`,
2+
`tx raw upgrade-clients`, and `tx raw upgrade-chain`, and otherwise
3+
contains a few bug fixes and internal improvements.
4+
5+
Upgrading from version `0.6.1` to `0.6.2` requires no explicit steps.

CHANGELOG.md

Lines changed: 37 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,41 @@
11
# CHANGELOG
22

3+
## v0.6.2
4+
5+
This minor release of Hermes re-enables the `upgrade client`, `upgrade clients`,
6+
`tx raw upgrade-clients`, and `tx raw upgrade-chain`, and otherwise
7+
contains a few bug fixes and internal improvements.
8+
9+
Upgrading from version `0.6.1` to `0.6.2` requires no explicit steps.
10+
11+
### BUG FIXES
12+
13+
- Add missing `Protobuf` impl for `ics03_connection::connection::Counterparty` ([#1247])
14+
15+
[#1247]: https://github.com/informalsystems/ibc-rs/issues/1247
16+
17+
### FEATURES
18+
19+
- Use the [`flex-error`](https://docs.rs/flex-error/) crate to define and
20+
handle errors ([#1158])
21+
22+
[#1158]: https://github.com/informalsystems/ibc-rs/issues/1158
23+
- Augment ClientCreationFailed error with chain id and WS address ([#1020])
24+
25+
[#1020]: https://github.com/informalsystems/ibc-rs/issues/1020
26+
- Improve the error message for config file parse errors ([#1021])
27+
28+
[#1021]: https://github.com/informalsystems/ibc-rs/issues/1021
29+
- Fix for upgrade CLI regression using new type ics02::TrustThreshold ([#1229])
30+
31+
[#1229]: https://github.com/informalsystems/ibc-rs/issues/1229
32+
33+
### IMPROVEMENTS
34+
35+
- Add semantic validation of of `max_tx_size` and `max_num_msg` config options ([#1245])
36+
37+
[#1245]: https://github.com/informalsystems/ibc-rs/issues/1245
38+
339
## v0.6.1
440
*July 22nd, 2021*
541

@@ -75,7 +111,7 @@ with the changes described below.
75111

76112
#### Added inline documentation for all options.
77113

78-
Please have a look around the [config.toml](./config.toml) directly.
114+
Please have a look around the [config.toml](https://github.com/informalsystems/ibc-rs/blob/v0.6.0/config.toml) directly.
79115

80116
#### Added a packet filtering mechanism based on channel/port identifiers
81117

Cargo.lock

Lines changed: 24 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

guide/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ mdBook is a utility to create modern online books from Markdown files.
1111
This guide should be permanently deployed at its latest stable version at
1212
[hermes.informal.systems](https://hermes.informal.systems).
1313

14-
Current version: `0.6.1`.
14+
Current version: `0.6.2`.
1515

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

0 commit comments

Comments
 (0)