Skip to content

Commit aadd27b

Browse files
authored
(release) Version up v0.15.0 (#221)
1 parent e078ec7 commit aadd27b

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

CHANGELOG.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,23 @@ Pearl changelog
44

55
## [Unreleased]
66
#### Added
7+
8+
9+
#### Changed
10+
11+
12+
#### Fixed
13+
14+
15+
#### Updated
16+
17+
18+
19+
## [0.15.0] - 2022-11-22
20+
#### Added
721
- Add functions to get info about blobs and indexes (#151)
822
- Add key_size field to index header (#151)
923

10-
1124
#### Changed
1225
- Change file operations to work on full buffers (#190)
1326
- Remove iterators from bloom filter (#194)

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pearl"
3-
version = "0.14.0"
3+
version = "0.15.0"
44
description = "Pearl is a low level blob-based I/O library"
55
repository = "https://github.com/qoollo/pearl"
66
homepage = "https://github.com/qoollo/pearl"

0 commit comments

Comments
 (0)