changeset 618:975674a897c1 v2.0.0

Release v2.0.0 Includes various improvements to stability and features, such as custom compressors and proper L0 table compactions: #33 #36
author Lewin Bormann <lbo@spheniscida.de>
date Thu, 20 Jul 2023 21:10:30 +0200
parents 95b6358667bd
children 5f9172e2e454
files Cargo.toml
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Cargo.toml	Mon Jul 17 14:40:30 2023 +0200
+++ b/Cargo.toml	Thu Jul 20 21:10:30 2023 +0200
@@ -1,6 +1,6 @@
 [package]
 name = "rusty-leveldb"
-version = "1.0.8"
+version = "2.0.0"
 authors = ["Lewin Bormann <lbo@spheniscida.de>"]
 description = "A compatible re-implementation of LevelDB in Rust"
 homepage = "https://github.com/dermesser/leveldb-rs"