Skip to content

Commit

Permalink
Release v0.38.0-rc3 (tendermint#1124)
Browse files Browse the repository at this point in the history
* version: Bump to v0.38.0-rc3

Signed-off-by: Thane Thomson <connect@thanethomson.com>

* Remove changelog entry relating to tendermint#1121

Signed-off-by: Thane Thomson <connect@thanethomson.com>

* Rebuild changelog

Signed-off-by: Thane Thomson <connect@thanethomson.com>

---------

Signed-off-by: Thane Thomson <connect@thanethomson.com>
  • Loading branch information
thanethomson committed Jul 14, 2023
1 parent d4bbdde commit 6d95fb6
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 7 deletions.

This file was deleted.

3 changes: 0 additions & 3 deletions CHANGELOG.md
Expand Up @@ -98,9 +98,6 @@ for people who forked CometBFT and interact directly with the indexers kvstore.

### FEATURES

- `[config]` Introduce `BootstrapPeers` to the config to allow
nodes to list peers to be added to the addressbook upon start up.
([\#9680](https://github.com/tendermint/tendermint/pull/9680))
- `[proxy]` Introduce `NewUnsyncLocalClientCreator`, which allows local ABCI
clients to have the same concurrency model as remote clients (i.e. one
mutex per client "connection", for each of the four ABCI "connections").
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Expand Up @@ -3,7 +3,7 @@ package version
const (
// TMVersionDefault is the used as the fallback version of CometBFT
// when not using git describe. It is formatted with semantic versioning.
TMCoreSemVer = "0.38.0-rc2"
TMCoreSemVer = "0.38.0-rc3"
// ABCISemVer is the semantic version of the ABCI protocol
ABCISemVer = "2.0.0"
ABCIVersion = ABCISemVer
Expand Down

0 comments on commit 6d95fb6

Please sign in to comment.