From 8158a3ac1f626a490cb9f37f58ec3460c5d50575 Mon Sep 17 00:00:00 2001 From: Mikhail Zabaluev Date: Fri, 26 Jan 2024 18:34:37 +0200 Subject: [PATCH] Improved v0.1.0-alpha.1 release summary Edited the text for more clarity. Add a hyperlink to the CometBFT 1.0 protos. --- .changelog/v0.1.0-alpha.1/summary.md | 7 +++++-- CHANGELOG.md | 7 +++++-- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/.changelog/v0.1.0-alpha.1/summary.md b/.changelog/v0.1.0-alpha.1/summary.md index 2e818cc7..3b2de426 100644 --- a/.changelog/v0.1.0-alpha.1/summary.md +++ b/.changelog/v0.1.0-alpha.1/summary.md @@ -2,5 +2,8 @@ First pre-release of the crates under cometbft-rs naming. The renamed project's crates are released with versioning restarted from 0.1.0. The API naming has been changed from Tendermint to CometBFT where appropriate. -The new versioned structure of .proto files published in CometBFT 1.0 is used -to generate protobuf data marshalling structures in cometbft-proto. +The new versioned package set of .proto files published in +[CometBFT 1.0][v1-protos] is used to generate protobuf data marshalling +structures in cometbft-proto. + +[v1-protos]: https://github.com/cometbft/cometbft/tree/v1.x/proto diff --git a/CHANGELOG.md b/CHANGELOG.md index 34453b2f..1fbb25a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,8 +6,11 @@ First pre-release of the crates under cometbft-rs naming. The renamed project's crates are released with versioning restarted from 0.1.0. The API naming has been changed from Tendermint to CometBFT where appropriate. -The new versioned structure of .proto files published in CometBFT 1.0 is used -to generate protobuf data marshalling structures in cometbft-proto. +The new versioned package set of .proto files published in +[CometBFT 1.0][v1-protos] is used to generate protobuf data marshalling +structures in cometbft-proto. + +[v1-protos]: https://github.com/cometbft/cometbft/tree/v1.x/proto ### BREAKING CHANGES