Skip to content

Commit

Permalink
chore: release (#26)
Browse files Browse the repository at this point in the history
Signed-off-by: Maciej Zwoliński <34972409+zvolin@users.noreply.github.com>
  • Loading branch information
zvolin committed Jan 15, 2024
1 parent f1d4300 commit f351129
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.1](https://github.com/eigerco/celestia-tendermint-rs/compare/celestia-tendermint-proto-v0.32.0...celestia-tendermint-proto-v0.32.1) - 2024-01-15

### Other
- fully specify homepage url in metadata ([#27](https://github.com/eigerco/celestia-tendermint-rs/pull/27))
- align authors, repository and homepage keys ([#25](https://github.com/eigerco/celestia-tendermint-rs/pull/25))

## [0.32.0](https://github.com/eigerco/celestia-tendermint-rs/releases/tag/celestia-tendermint-proto-v0.32.0) - 2024-01-12

This is the first release of the celestia-tendermint-rs, fork of tendermint-rs.
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.0"
version = "0.32.1"
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.1](https://github.com/eigerco/celestia-tendermint-rs/compare/celestia-tendermint-v0.32.0...celestia-tendermint-v0.32.1) - 2024-01-15

### Other
- fully specify homepage url in metadata ([#27](https://github.com/eigerco/celestia-tendermint-rs/pull/27))
- align authors, repository and homepage keys ([#25](https://github.com/eigerco/celestia-tendermint-rs/pull/25))

## [0.32.0](https://github.com/eigerco/celestia-tendermint-rs/releases/tag/celestia-tendermint-v0.32.0) - 2024-01-12

This is the first release of the celestia-tendermint-rs, fork of tendermint-rs.
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.0"
version = "0.32.1"
license = "Apache-2.0"
homepage = "https://www.eiger.co"
repository = "https://github.com/eigerco/celestia-tendermint-rs"
Expand Down Expand Up @@ -31,7 +31,7 @@ all-features = true
rustdoc-args = ["--cfg", "docsrs"]

[dependencies]
celestia-tendermint-proto = { version = "0.32.0", default-features = false, path = "../proto" }
celestia-tendermint-proto = { version = "0.32.1", 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 f351129

Please sign in to comment.