Skip to content

Commit

Permalink
(release) Version up v0.15.0 (#221)
Browse files Browse the repository at this point in the history
  • Loading branch information
ikopylov authored Nov 22, 2022
1 parent e078ec7 commit aadd27b
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,23 @@ Pearl changelog

## [Unreleased]
#### Added


#### Changed


#### Fixed


#### Updated



## [0.15.0] - 2022-11-22
#### Added
- Add functions to get info about blobs and indexes (#151)
- Add key_size field to index header (#151)


#### Changed
- Change file operations to work on full buffers (#190)
- Remove iterators from bloom filter (#194)
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.14.0"
version = "0.15.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 aadd27b

Please sign in to comment.