Skip to content

Commit

Permalink
update CHANGELOG.md (#132)
Browse files Browse the repository at this point in the history
  • Loading branch information
piakushin authored Oct 2, 2021
1 parent a4b3435 commit 720dc5d
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 7 deletions.
24 changes: 18 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 720dc5d

Please sign in to comment.