Skip to content

Commit

Permalink
chore: release v0.32.3
Browse files Browse the repository at this point in the history
  • Loading branch information
zvolin authored Oct 31, 2024
1 parent 85278d7 commit bcef499
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
6 changes: 6 additions & 0 deletions proto/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.32.3](https://github.com/eigerco/celestia-tendermint-rs/compare/celestia-tendermint-proto-v0.32.2...celestia-tendermint-proto-v0.32.3) - 2024-10-31

### Other

- Update prost to 0.13.3 ([#32](https://github.com/eigerco/celestia-tendermint-rs/pull/32))

## [0.32.2](https://github.com/eigerco/celestia-tendermint-rs/compare/celestia-tendermint-proto-v0.32.1...celestia-tendermint-proto-v0.32.2) - 2024-09-18

### Fixed
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.2"
version = "0.32.3"
edition = "2021"
license = "Apache-2.0"
homepage = "https://www.eiger.co"
Expand Down
6 changes: 6 additions & 0 deletions tendermint/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.32.3](https://github.com/eigerco/celestia-tendermint-rs/compare/celestia-tendermint-v0.32.2...celestia-tendermint-v0.32.3) - 2024-10-31

### Other

- Update prost to 0.13.3 ([#32](https://github.com/eigerco/celestia-tendermint-rs/pull/32))

## [0.32.2](https://github.com/eigerco/celestia-tendermint-rs/compare/celestia-tendermint-v0.32.1...celestia-tendermint-v0.32.2) - 2024-09-18

### Fixed
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.2"
version = "0.32.3"
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.2", default-features = false, path = "../proto" }
celestia-tendermint-proto = { version = "0.32.3", 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 bcef499

Please sign in to comment.