Skip to content

Commit d61bab3

Browse files
chore: release v0.0.2 (#9)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 7f6a974 commit d61bab3

3 files changed

Lines changed: 13 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.0.2](https://github.com/spiraldb/onpair/compare/v0.0.1...v0.0.2) - 2026-05-29
11+
12+
### Other
13+
14+
- automate releases with release-plz ([#8](https://github.com/spiraldb/onpair/pull/8))
15+
- clean up benchmarks and decompression ([#6](https://github.com/spiraldb/onpair/pull/6))
16+
- add benchmarks with onpair cpp ([#5](https://github.com/spiraldb/onpair/pull/5))
17+
- c
18+
- onpair
19+
- gitignore
20+
1021
## [0.0.1] - 2026-05-29
1122

1223
### Added

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "onpair"
3-
version = "0.0.1"
3+
version = "0.0.2"
44
description = "Short-strings compression for fast random access"
55
authors = ["SpiralDB Developers <hello@spiraldb.com>"]
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)