changeset 15:ceedd007feff

Bump version -> 0.3.0 and add TODO file
author Lewin Bormann <lbo@spheniscida.de>
date Mon, 21 Nov 2016 19:39:36 +0100
parents e169ac78539d
children 99181f6b5b24
files Cargo.toml TODO
diffstat 2 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Cargo.toml	Mon Nov 21 19:38:46 2016 +0100
+++ b/Cargo.toml	Mon Nov 21 19:39:36 2016 +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.2.1"
+version = "0.3.0"
 readme = "README.md"
 keywords = ["sstable", "database"]
 repository = "https://bitbucket.org/dermesser/sstable"
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/TODO	Mon Nov 21 19:39:36 2016 +0100
@@ -0,0 +1,1 @@
+* Implement per-block compression using `snap` (http://burntsushi.net/rustdoc/snap/)