Skip to content

Commit

Permalink
(release) Version up v0.16.0 (#227)
Browse files Browse the repository at this point in the history
  • Loading branch information
ikopylov authored Dec 30, 2022
1 parent 4d2f661 commit 40f7b73
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
16 changes: 14 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,34 @@ Pearl changelog

## [Unreleased]
#### Added


#### Changed


#### Fixed


#### Updated



## [0.16.0] - 2022-12-30
#### Added
- Corrupted blobs count calculation (#464)

#### Changed
- Return delete or not found as distinct results (#208)
- Save delete records in index (#207)
- Use bytes for arguments (#191)


#### Fixed


#### Updated
- Crate `crc` (#225)



## [0.15.0] - 2022-11-22
#### Added
- Add functions to get info about blobs and indexes (#151)
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.15.0"
version = "0.16.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 40f7b73

Please sign in to comment.