Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
Farhad-Shabani committed Sep 26, 2024
1 parent 7a1f1e3 commit 73d3f94
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 10 deletions.
9 changes: 4 additions & 5 deletions .changelog/v0.55.0/summary.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,10 @@ Additionally, error definitions within `ibc-rs` have been unified, reducing the
granularity of error variants. For more details, please refer to
[ADR-011](./docs/architecture/adr-11-refactor-errors.md).

In addition, this release also brings various fixes and enhancements. Notably,
helper traits with default implementations have been added to simplify the
conversion between host time types and `Timestamp`. Consequently, the
`ibc-primitives` crate has been fully decoupled from the `tendermint`
dependency.
In addition, it introduces various fixes and enhancements. Notably, helper
traits with default implementations have been added to simplify the conversion
between host time types and `Timestamp`. Consequently, the `ibc-primitives`
crate has been fully decoupled from the `tendermint` dependency.

It’s also worth noting that the `cosmwasm` workspace has been relocated to its
own repository, now available under
Expand Down
9 changes: 4 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,10 @@ Additionally, error definitions within `ibc-rs` have been unified, reducing the
granularity of error variants. For more details, please refer to
[ADR-011](./docs/architecture/adr-11-refactor-errors.md).

In addition, this release also brings various fixes and enhancements. Notably,
helper traits with default implementations have been added to simplify the
conversion between host time types and `Timestamp`. Consequently, the
`ibc-primitives` crate has been fully decoupled from the `tendermint`
dependency.
In addition, it introduces various fixes and enhancements. Notably, helper
traits with default implementations have been added to simplify the conversion
between host time types and `Timestamp`. Consequently, the `ibc-primitives`
crate has been fully decoupled from the `tendermint` dependency.

It’s also worth noting that the `cosmwasm` workspace has been relocated to its
own repository, now available under
Expand Down

0 comments on commit 73d3f94

Please sign in to comment.