Skip to content

Commit

Permalink
chore: release
Browse files Browse the repository at this point in the history
  • Loading branch information
fl0rek committed Nov 18, 2024
1 parent b0b4427 commit 0bd1315
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions proto/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]

## [0.33.0](https://github.com/eigerco/celestia-tendermint-rs/compare/celestia-tendermint-proto-v0.32.2...celestia-tendermint-proto-v0.33.0) - 2024-10-31
- release introduced to mark breaking change of updating prost

### Other

Expand Down
2 changes: 1 addition & 1 deletion proto/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "celestia-tendermint-proto"
version = "0.32.3"
version = "0.33.0"
edition = "2021"
license = "Apache-2.0"
homepage = "https://www.eiger.co"
Expand Down
1 change: 1 addition & 0 deletions tendermint/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]

## [0.33.0](https://github.com/eigerco/celestia-tendermint-rs/compare/celestia-tendermint-v0.32.2...celestia-tendermint-v0.33.0) - 2024-10-31
- release introduced to mark breaking change of updating prost

### Other

Expand Down
4 changes: 2 additions & 2 deletions tendermint/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "celestia-tendermint"
version = "0.32.3"
version = "0.33.0"
license = "Apache-2.0"
homepage = "https://www.eiger.co"
repository = "https://github.com/eigerco/celestia-tendermint-rs"
Expand Down Expand Up @@ -33,7 +33,7 @@ rustdoc-args = ["--cfg", "docsrs"]
[dependencies]
prost.workspace = true
prost-types.workspace = true
celestia-tendermint-proto = { version = "0.32.3", default-features = false, path = "../proto" }
celestia-tendermint-proto = { version = "0.33.0", default-features = false, path = "../proto" }

bytes = { version = "1.2", default-features = false, features = ["serde"] }
digest = { version = "0.10", default-features = false }
Expand Down

0 comments on commit 0bd1315

Please sign in to comment.