-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* release v0.41.0 * chore: update changelog & summary * Remove changelog entry for #172 --------- Co-authored-by: Romain Ruetschi <[email protected]>
- Loading branch information
1 parent
4411087
commit da8dbee
Showing
8 changed files
with
41 additions
and
11 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
- Add ICS-721 NFT transfer application proto types | ||
([\#167](https://github.com/cosmos/ibc-proto-rs/issues/167)). |
2 changes: 1 addition & 1 deletion
2
...ed/features/168-add-wasm-client-protos.md → ....0/features/168-add-wasm-client-protos.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
- Integrate Wasm light client proto types by updating `IBC_GO_COMMIT` to the | ||
hash associated with the ibc-go `wasm-v8.0.0` tag | ||
([#168](https://github.com/cosmos/ibc-proto-rs/issues/168)). | ||
([\#168](https://github.com/cosmos/ibc-proto-rs/issues/168)). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
*January 9th, 2024* | ||
|
||
This release integrates the ICS-08 Wasm light client and ICS-721 NFT transfer | ||
application proto types. It additionally resolves the removal of the `#[no_std]` | ||
attribute, introduces the `informalsystems-pbjson/std` dependency for std | ||
feature compatibility. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "ibc-proto" | ||
version = "0.40.0" | ||
version = "0.41.0" | ||
authors = ["Informal Systems <[email protected]>"] | ||
edition = "2021" | ||
license = "Apache-2.0" | ||
|