Skip to content

Commit 0a403b2

Browse files
chore: release v0.1.3
1 parent e1e2f4d commit 0a403b2

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.1.4](https://github.com/nnethercott/hannoy/compare/v0.1.3...v0.1.4) - 2026-04-07
11+
12+
### Other
13+
14+
- Drastically speed up the indexing phase by parallelizing reads
15+
- Don't compute useless stats
16+
- Make clippy happy
17+
- Update tests
18+
- Import and fmt
19+
- Bump version to 0.1.3 and use latest version of heed
20+
- Fix reading metadata of empty database
21+
1022
## [0.1.2](https://github.com/nnethercott/hannoy/compare/v0.1.1...v0.1.2) - 2025-12-16
1123

1224
### Added

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "hannoy"
33
description = "HNSW Approximate Nearest Neighbors in Rust, based on LMDB and optimized for memory usage"
4-
version = "0.1.3"
4+
version = "0.1.4"
55
repository = "https://github.com/nnethercott/hannoy"
66
keywords = [
77
"HNSW",

0 commit comments

Comments
 (0)