We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e078ec7 commit aadd27bCopy full SHA for aadd27b
CHANGELOG.md
@@ -4,10 +4,23 @@ Pearl changelog
4
5
## [Unreleased]
6
#### 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
21
- Add functions to get info about blobs and indexes (#151)
22
- Add key_size field to index header (#151)
23
-
24
#### Changed
25
- Change file operations to work on full buffers (#190)
26
- Remove iterators from bloom filter (#194)
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "pearl"
3
-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"
0 commit comments