changeset 118:f75ba3eceb26 v0.10.0

Release v0.10.0
author Lewin Bormann <lbo@spheniscida.de>
date Wed, 29 Dec 2021 10:05:03 +0100
parents db1f937a6215
children f159b9014b75
files Cargo.toml
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Cargo.toml	Wed Dec 29 10:04:27 2021 +0100
+++ b/Cargo.toml	Wed Dec 29 10:05:03 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.9.0"
+version = "0.10.0"
 readme = "README.md"
 keywords = ["sstable", "database"]
 repository = "https://github.com/dermesser/sstable"