Skip to content
This repository has been archived by the owner on Mar 11, 2021. It is now read-only.

doc: updated README and CHANGELOG for 0.7.0 #117

Merged
merged 1 commit into from
Mar 3, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# CHANGELOG

_March 3, 2020_

## v0.7.0

### BREAKING CHANGES:

- [\#116](https://github.com/tendermint/rust-abci/pull/116): Tendermint 0.33.\*'s ABCI compatibility


_January 2, 2020_

Special thanks to external contributors on this release: @devashishdxt
Expand Down
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ applications for [Tendermint](https://github.com/tendermint/tendermint/).

## Supported Version

- Tendermint 0.32.7
- ABCI 0.16.0
- Tendermint 0.33.1
- ABCI 0.16.1

## Installation

Expand All @@ -33,7 +33,7 @@ To use this library to build your own ABCI apps in Rust you have to include the

```toml
[dependencies]
abci = "0.6.4"
abci = "0.7.0"
```

### Development
Expand Down Expand Up @@ -65,7 +65,8 @@ For a real life example of an ABCI application you can checkout [Cosmos SDK](htt

| Tendermint | Rust-abci |
| ---------- | :-------: |
| 0.32.7 | 0.6.4 |
| 0.33.1 | 0.7.0 |
| 0.32.9 | 0.6.5 |
| 0.31.7 | 0.5.4 |

## Documentation
Expand Down