Skip to content

Commit

Permalink
Release v0.43.1 (#799)
Browse files Browse the repository at this point in the history
* bump ibc-derive version to 0.2.0

* bump ibc version to v0.43.1

* dep: fetch ibc-derive from crates-io

* bump ibc-derive version
  • Loading branch information
Farhad-Shabani authored Jul 31, 2023
1 parent db7e21e commit b116d40
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# CHANGELOG

## v0.43.0
## v0.43.1

*July 31, 2023*

Expand Down
2 changes: 1 addition & 1 deletion crates/ibc-derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ibc-derive"
version = "0.1.0"
version = "0.2.0"
license = "Apache-2.0"
readme = "README.md"
description = "Macros implementation of #[derive(ClientState)] and #[derive(ConsensusState)]"
Expand Down
4 changes: 2 additions & 2 deletions crates/ibc/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ibc"
version = "0.43.0"
version = "0.43.1"
edition = "2021"
license = "Apache-2.0"
readme = "README.md"
Expand Down Expand Up @@ -75,7 +75,7 @@ scale-info = { version = "2.1.2", default-features = false, features = ["derive"
borsh = {version = "0.9.0", default-features = false, optional = true }
parking_lot = { version = "0.12.1", default-features = false, optional = true }

ibc-derive = { version = "0.1.0", path = "../ibc-derive"}
ibc-derive = "0.2.0"

schemars = { version = "0.8.12", optional = true }

Expand Down

0 comments on commit b116d40

Please sign in to comment.