Skip to content

Commit a3a8034

Browse files
0.9.9
1 parent 2c3e716 commit a3a8034

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
## [Unreleased]
2+
3+
## [0.9.9] - 2024-04-11
24
- Allow sparse_vectors to be passed to collections.create
35
- Support query endpoint
46

Gemfile.lock

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
qdrant-ruby (0.9.8)
4+
qdrant-ruby (0.9.9)
55
faraday (>= 2.0.1, < 3)
66

77
GEM
@@ -82,6 +82,7 @@ GEM
8282

8383
PLATFORMS
8484
arm64-darwin-23
85+
arm64-darwin-24
8586
x86_64-darwin-19
8687
x86_64-darwin-21
8788
x86_64-linux

lib/qdrant/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Qdrant
4-
VERSION = "0.9.8"
4+
VERSION = "0.9.9"
55
end

0 commit comments

Comments
 (0)