Skip to content

Commit

Permalink
release rlp 0.5.1 and kvdb-rocksdb 0.12.1 (#575)
Browse files Browse the repository at this point in the history
* rlp: release 0.5.1

* kvdb-rocksdb: release 0.12.1
  • Loading branch information
ordian authored Jul 31, 2021
1 parent bd6bb46 commit 916a382
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 2 deletions.
3 changes: 3 additions & 0 deletions kvdb-rocksdb/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,11 @@ The format is based on [Keep a Changelog].
[Keep a Changelog]: http://keepachangelog.com/en/1.0.0/

## [Unreleased]

## [0.12.1] - 2021-07-30
- Bumped `rocksdb` to 0.17. [#573](https://github.com/paritytech/parity-common/pull/573)

## [0.12.0] - 2021-07-02
### Breaking
- Updated `kvdb` to 0.10. [#556](https://github.com/paritytech/parity-common/pull/556)
- Updated `parity-util-mem` to 0.10. [#556](https://github.com/paritytech/parity-common/pull/556)
Expand Down
2 changes: 1 addition & 1 deletion kvdb-rocksdb/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "kvdb-rocksdb"
version = "0.12.0"
version = "0.12.1"
authors = ["Parity Technologies <[email protected]>"]
repository = "https://github.com/paritytech/parity-common"
description = "kvdb implementation backed by RocksDB"
Expand Down
2 changes: 2 additions & 0 deletions rlp/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog].
[Keep a Changelog]: http://keepachangelog.com/en/1.0.0/

## [Unreleased]

## [0.5.1] - 2021-07-30
- Fix rlp encoding/decoding for bool. [#572](https://github.com/paritytech/parity-common/pull/572)

## [0.5.0] - 2021-01-05
Expand Down
2 changes: 1 addition & 1 deletion rlp/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rlp"
version = "0.5.0"
version = "0.5.1"
description = "Recursive-length prefix encoding, decoding, and compression"
repository = "https://github.com/paritytech/parity-common"
license = "MIT OR Apache-2.0"
Expand Down

0 comments on commit 916a382

Please sign in to comment.