Skip to content

Commit

Permalink
Bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ljoss17 committed Aug 29, 2024
1 parent b9d97d5 commit 6d48678
Show file tree
Hide file tree
Showing 15 changed files with 30 additions and 30 deletions.
16 changes: 8 additions & 8 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 8 additions & 8 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@ exclude = [

[workspace.dependencies]
# Hermes dependencies
ibc-relayer-cli = { version = "1.10.2", path = "crates/relayer-cli" }
ibc-relayer = { version = "0.29.2", path = "crates/relayer" }
ibc-relayer-rest = { version = "0.29.2", path = "crates/relayer-rest" }
ibc-relayer-types = { version = "0.29.2", path = "crates/relayer-types" }
ibc-chain-registry = { version = "0.29.2", path = "crates/chain-registry" }
ibc-telemetry = { version = "0.29.2", path = "crates/telemetry" }
ibc-test-framework = { version = "0.29.2", path = "tools/test-framework" }
ibc-integration-test = { version = "0.29.2", path = "tools/integration-test" }
ibc-relayer-cli = { version = "1.10.3", path = "crates/relayer-cli" }
ibc-relayer = { version = "0.29.3", path = "crates/relayer" }
ibc-relayer-rest = { version = "0.29.3", path = "crates/relayer-rest" }
ibc-relayer-types = { version = "0.29.3", path = "crates/relayer-types" }
ibc-chain-registry = { version = "0.29.3", path = "crates/chain-registry" }
ibc-telemetry = { version = "0.29.3", path = "crates/telemetry" }
ibc-test-framework = { version = "0.29.3", path = "tools/test-framework" }
ibc-integration-test = { version = "0.29.3", path = "tools/integration-test" }

# Tendermint dependencies
tendermint = { version = "0.38.1", default-features = false }
Expand Down
2 changes: 1 addition & 1 deletion crates/chain-registry/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ibc-chain-registry"
version = "0.29.2"
version = "0.29.3"
edition = "2021"
license = "Apache-2.0"
keywords = ["cosmos", "ibc", "relayer", "chain", "registry"]
Expand Down
2 changes: 1 addition & 1 deletion crates/relayer-cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ibc-relayer-cli"
version = "1.10.2"
version = "1.10.3"
edition = "2021"
license = "Apache-2.0"
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion crates/relayer-rest/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ibc-relayer-rest"
version = "0.29.2"
version = "0.29.3"
authors = ["Informal Systems <[email protected]>"]
edition = "2021"
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion crates/relayer-rest/tests/mock.rs
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ async fn version() {

let rest_api_version = VersionInfo {
name: "ibc-relayer-rest".to_string(),
version: "0.29.2".to_string(),
version: "0.29.3".to_string(),
};

let result: JsonResult<_, ()> = JsonResult::Success(vec![version.clone(), rest_api_version]);
Expand Down
2 changes: 1 addition & 1 deletion crates/relayer-types/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ibc-relayer-types"
version = "0.29.2"
version = "0.29.3"
edition = "2021"
license = "Apache-2.0"
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion crates/relayer/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ibc-relayer"
version = "0.29.2"
version = "0.29.3"
edition = "2021"
license = "Apache-2.0"
readme = "README.md"
Expand Down
4 changes: 2 additions & 2 deletions crates/relayer/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
//!
//! For the IBC relayer binary, please see [Hermes] (`ibc-relayer-cli` crate).
//!
//! [Hermes]: https://docs.rs/ibc-relayer-cli/1.10.2/
//! [Hermes]: https://docs.rs/ibc-relayer-cli/1.10.3/

extern crate alloc;

Expand Down Expand Up @@ -48,4 +48,4 @@ pub mod upgrade_chain;
pub mod util;
pub mod worker;

pub const HERMES_VERSION: &str = "1.10.2";
pub const HERMES_VERSION: &str = "1.10.3";
2 changes: 1 addition & 1 deletion crates/telemetry/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ibc-telemetry"
version = "0.29.2"
version = "0.29.3"
edition = "2021"
license = "Apache-2.0"
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion guide/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ mdBook is a utility to create modern online books from Markdown files.
This guide should be permanently deployed at its latest stable version at
[hermes.informal.systems](https://hermes.informal.systems).

Current version: `v1.10.2`.
Current version: `v1.10.3`.

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

Expand Down
2 changes: 1 addition & 1 deletion guide/src/SUMMARY.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Summary

# Hermes v1.10.2
# Hermes v1.10.3

---
- [Introduction](./index.md)
Expand Down
2 changes: 1 addition & 1 deletion guide/src/templates/hermes-version.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.10.2
v1.10.3
2 changes: 1 addition & 1 deletion tools/integration-test/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ibc-integration-test"
version = "0.29.2"
version = "0.29.3"
edition = "2021"
rust-version = "1.76.0"
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion tools/test-framework/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ibc-test-framework"
version = "0.29.2"
version = "0.29.3"
edition = "2021"
license = "Apache-2.0"
readme = "README.md"
Expand Down

0 comments on commit 6d48678

Please sign in to comment.