From 7469719dc896865f08a34d185398eebe5eac2f80 Mon Sep 17 00:00:00 2001 From: Ganesh Vernekar Date: Wed, 24 Jul 2019 14:56:19 +0530 Subject: [PATCH] cut 0.10.0 Signed-off-by: Ganesh Vernekar --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 90ced3ff..12364b09 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,10 @@ ## master / unreleased +## 0.10.0 + - [FEATURE] Added `DBReadOnly` to allow opening a database in read only mode. - `DBReadOnly.Blocks()` exposes a slice of `BlockReader`s. - `BlockReader` interface - removed MinTime/MaxTime methods and now exposes the full block meta via `Meta()`. - - - [FEATURE] `chunckenc.Chunk.Iterator` method now takes a `chunckenc.Iterator` interface as an argument for reuse. ## 0.9.1