Skip to content

Commit e1b81c7

Browse files
Merge pull request #14 from andreibondarev/0.9.7
0.9.7
2 parents 9853ff0 + 5d7b5c1 commit e1b81c7

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
## [Unreleased]
22

3+
## [0.9.7] - 2024-01-19
4+
- fix: points/delete api
5+
36
## [0.9.6] - 2024-01-13
47
- Updated Points#delete() method: Removed the requirement to specify points: in parameters. Now generates an error if neither points: nor filters: are provided, aligning with delete_points documentation standards.
58

@@ -9,5 +12,4 @@
912
- Introduce `Points#get_all()` method
1013

1114
## [0.9.0] - 2023-04-08
12-
1315
- Initial release

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.6)
4+
qdrant-ruby (0.9.7)
55
faraday (>= 2.0.1, < 3)
66

77
GEM
@@ -68,6 +68,7 @@ GEM
6868
unicode-display_width (2.4.2)
6969

7070
PLATFORMS
71+
arm64-darwin-23
7172
x86_64-darwin-19
7273
x86_64-darwin-21
7374
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.6"
4+
VERSION = "0.9.7"
55
end

0 commit comments

Comments
 (0)