Skip to content

Commit

Permalink
chore: prepare for the 3.4.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
nlfiedler committed Sep 17, 2023
1 parent 56243aa commit 008782a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
This file follows the convention described at
[Keep a Changelog](http://keepachangelog.com/en/1.0.0/).

## [Unreleased]
## [3.4.0] - 2023-09-17
### Added
- Feature flag `multi-threaded-cf` that is passed to `rocksdb` to allow column
families to be created and dropped from multiple threads concurrently.
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mokuroku"
version = "3.3.0"
version = "3.4.0"
authors = ["Nathan Fiedler <nathanfiedler@fastmail.fm>"]
edition = "2018"
description = "Secondary indices like PouchDB for RocksDB in Rust."
Expand Down

0 comments on commit 008782a

Please sign in to comment.