Skip to content

Commit

Permalink
bump kvdb-rocksdb and update changelog (#542)
Browse files Browse the repository at this point in the history
  • Loading branch information
ordian committed May 3, 2021
1 parent bce6c33 commit 0867e48
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions kvdb-rocksdb/CHANGELOG.md
Expand Up @@ -6,6 +6,9 @@ The format is based on [Keep a Changelog].

## [Unreleased]

## [0.11.1] - 2021-05-03
- Updated `rocksdb` to 0.16. [#537](https://github.com/paritytech/parity-common/pull/537)

## [0.11.0] - 2021-01-27
### Breaking
- Updated `kvdb` to 0.9. [#510](https://github.com/paritytech/parity-common/pull/510)
Expand Down
4 changes: 2 additions & 2 deletions kvdb-rocksdb/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "kvdb-rocksdb"
version = "0.11.0"
version = "0.11.1"
authors = ["Parity Technologies <admin@parity.io>"]
repository = "https://github.com/paritytech/parity-common"
description = "kvdb implementation backed by RocksDB"
Expand All @@ -13,7 +13,7 @@ harness = false

[dependencies]
smallvec = "1.0.0"
fs-swap = "0.2.5"
fs-swap = "0.2.6"
kvdb = { path = "../kvdb", version = "0.9" }
log = "0.4.8"
num_cpus = "1.10.1"
Expand Down

0 comments on commit 0867e48

Please sign in to comment.