From 720dc5d14fb4f690dab455ab46d8feafec2f02f3 Mon Sep 17 00:00:00 2001 From: Pavel Iakushin Date: Sat, 2 Oct 2021 16:47:43 +0300 Subject: [PATCH] update CHANGELOG.md (#132) --- CHANGELOG.md | 24 ++++++++++++++++++------ Cargo.toml | 2 +- 2 files changed, 19 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 91b7eea914..f2204beccd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,22 +1,34 @@ # Changelog Pearl changelog + ## [Unreleased] #### Added -- B+ Tree indexes ([#84](https://github.com/qoollo/pearl/pull/93)) -- Range indexes ([#11](https://github.com/qoollo/pearl/pull/102)) -- Move corrupted blobs into speacial directory ([#98](https://github.com/qoollo/pearl/pull/98)) -- Blob version validation ([#120](https://github.com/qoollo/pearl/pull/129)) + #### Changed -- Rebuild corrupted index automatically during startup ([#94](https://github.com/qoollo/pearl/pull/94)) + #### Fixed -- Create corrupted directory only when needed ([#94](https://github.com/qoollo/pearl/pull/131)) + #### Updated +## [0.7.0] - 2021-10-02 +#### Added +- B+ Tree indexes (#84) +- Range indexes (#11) +- Move corrupted blobs into speacial directory (#98) +- Blob version validation (#120) + +#### Changed +- Rebuild corrupted index automatically during startup (#94) + +#### Fixed +- Create corrupted directory only when needed (#94) + + ## [0.6.2] - 2021-09-14 #### Added - Setup build and test with GitHub Actions (#113) diff --git a/Cargo.toml b/Cargo.toml index bb3e1ea88e..ff68a1e2f7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pearl" -version = "0.6.2" +version = "0.7.0" description = "Pearl is a low level blob-based I/O library" repository = "https://github.com/qoollo/pearl" homepage = "https://github.com/qoollo/pearl"