Skip to content

Commit

Permalink
chore: update changelog and summary
Browse files Browse the repository at this point in the history
  • Loading branch information
Farhad-Shabani committed Nov 27, 2023
1 parent 823274a commit 9dcb004
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .changelog/v0.48.1/summary.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
This patch release eliminates the `dep:` syntax from the `serde` feature,
addressing potential dependency resolution issue stemming from Rust v1.70.

There are no consensus-breaking changes.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# CHANGELOG

## v0.48.1

*November 27, 2023*

This patch release eliminates the `dep:` syntax from the `serde` feature,
addressing potential dependency resolution issue stemming from Rust v1.70.

There are no consensus-breaking changes.

### BUG FIXES

- Fix Cargo test failure with `--no-default-features` flag.
([\#770](https://github.com/cosmos/ibc-rs/issues/770))
- Fix dependency resolution by removing the `dep:` syntax in `serde` feature of
`ibc-app-transfer` crate.
([\#987](https://github.com/cosmos/ibc-rs/issues/987))

## v0.48.0

*November 22, 2023*
Expand Down

0 comments on commit 9dcb004

Please sign in to comment.