From f3511291278d52488bc1772c38b3cf955178bcb8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20Zwoli=C5=84ski?= Date: Mon, 15 Jan 2024 13:47:15 +0100 Subject: [PATCH] chore: release (#26) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Maciej ZwoliƄski <34972409+zvolin@users.noreply.github.com> --- proto/CHANGELOG.md | 6 ++++++ proto/Cargo.toml | 2 +- tendermint/CHANGELOG.md | 6 ++++++ tendermint/Cargo.toml | 4 ++-- 4 files changed, 15 insertions(+), 3 deletions(-) diff --git a/proto/CHANGELOG.md b/proto/CHANGELOG.md index 81c33dd7a..e8adafd1f 100644 --- a/proto/CHANGELOG.md +++ b/proto/CHANGELOG.md @@ -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. diff --git a/proto/Cargo.toml b/proto/Cargo.toml index d513b3234..792d56bed 100644 --- a/proto/Cargo.toml +++ b/proto/Cargo.toml @@ -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" diff --git a/tendermint/CHANGELOG.md b/tendermint/CHANGELOG.md index 3e6dca442..3890e7c70 100644 --- a/tendermint/CHANGELOG.md +++ b/tendermint/CHANGELOG.md @@ -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. diff --git a/tendermint/Cargo.toml b/tendermint/Cargo.toml index 8ea4f79db..13bc2c454 100644 --- a/tendermint/Cargo.toml +++ b/tendermint/Cargo.toml @@ -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" @@ -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 }