changeset 26:d380295dba2f

Bump version -> 0.4
author Lewin Bormann <lbo@spheniscida.de>
date Tue, 03 Jan 2017 19:33:28 +0100
parents 04468480cdcf
children 8fe35754a39d
files Cargo.toml
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/Cargo.toml	Tue Jan 03 19:28:14 2017 +0100
+++ b/Cargo.toml	Tue Jan 03 19:33:28 2017 +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."
-version = "0.3.2"
+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 has some infrastructure to support bloom filters, but doesn't yet make use of it. It also features checksums and skipping bad blocks."
+version = "0.4.0"
 readme = "README.md"
 keywords = ["sstable", "database"]
 repository = "https://bitbucket.org/dermesser/sstable"