Skip to content

Commit fefceb0

Browse files
committed
v0.9.0
1 parent 7ddf88d commit fefceb0

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## [[0.9.0](https://github.com/yoshoku/hnswlib.rb/compare/v0.8.1...v0.9.0)] - 2023-12-16
2+
3+
- Update bundled hnswlib version to 0.8.0.
4+
- Multi-vector document search and epsilon search, which are added only to the C++ version, are not supported. These features will be supported in future release.
5+
16
## [0.8.1] - 2023-03-18
27

38
- Update the type declarations of HierarchicalNSW and BruteforceSearch along with recent changes.

lib/hnswlib/version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
# Hnswlib.rb provides Ruby bindings for the Hnswlib.
44
module Hnswlib
55
# The version of Hnswlib.rb you install.
6-
VERSION = '0.8.1'
6+
VERSION = '0.9.0'
77

88
# The version of Hnswlib included with gem.
9-
HSWLIB_VERSION = '0.7.0'
9+
HSWLIB_VERSION = '0.8.0'
1010
end

0 commit comments

Comments
 (0)