changeset 111:fc26b746ea54 v0.9.0

Release v0.9.0
author Lewin Bormann <lbo@spheniscida.de>
date Tue, 16 Nov 2021 08:41:00 +0100
parents 6d792bf1ac38
children 486244974475
files Cargo.toml
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Cargo.toml	Tue Nov 16 08:40:24 2021 +0100
+++ b/Cargo.toml	Tue Nov 16 08:41:00 2021 +0100
@@ -1,7 +1,7 @@
 [package]
 name = "sstable"
 description = "Sorted String Tables, an on-disk format for storing immutable maps consisting of string,string pairs, and retrieving values by key efficiently. This crate also features bloom filters, checksums and skipping bad blocks. It is based on the code implemented for the rusty_leveldb crate."
-version = "0.8.2"
+version = "0.9.0"
 readme = "README.md"
 keywords = ["sstable", "database"]
 repository = "https://github.com/dermesser/sstable"