Skip to content

Commit

Permalink
Release 0.1.0-alpha.1 (#13)
Browse files Browse the repository at this point in the history
Fix up some changelog entries, generate CHANGELOG
  • Loading branch information
mzabaluev authored Jan 26, 2024
1 parent 7db4a48 commit 0500e5d
Show file tree
Hide file tree
Showing 9 changed files with 78 additions and 1,793 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,11 @@
level, e.g. `crate::abci`, `crate::types`. Each of these has a `v1` module
corresponding to the protobufs released in 1.0.0, and possibly a series of
`v1beta1`, `v1beta2`, ... modules with earlier revisions of the protocol,
as documented in the [CometBFT protobuf README][proto-readme]
as documented in the [CometBFT protobuf README](https://github.com/cometbft/cometbft/blob/main/proto/README.md)
- `[cometbft]` Update to the new version structure in `cometbft-proto` ([\#7](https://github.com/cometbft/cometbft-rs/pull/7)):
* Relocated the modules for version-targeted ABCI support. Now under the
`abci` module, `v1` provides the `Request` and `Response` enum definitions
with the variants valid per CometBFT 1.0, while `v1beta*` modules provide
revisions corresponding to earlier ABCI versions.
- `[cometbft-rpc]` Update to changes in CometBFT 1.0 ([\#7](https://github.com/cometbft/cometbft-rs/pull/7)):
* Renamed `dialect::v0_37` module to `dialect::v1`.

[proto-readme]: https://github.com/cometbft/cometbft/blob/main/proto/README.md
9 changes: 9 additions & 0 deletions .changelog/v0.1.0-alpha.1/summary.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
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 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
1,856 changes: 68 additions & 1,788 deletions CHANGELOG.md

Large diffs are not rendered by default.

0 comments on commit 0500e5d

Please sign in to comment.