Skip to content

Commit 2d75a6f

Browse files
authored
Merge branch 'main' into feat/points_delete_params
2 parents 8ca6f40 + 11be8ac commit 2d75a6f

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
## [Unreleased]
2-
2+
## [0.9.5] - 2024-01-12
3+
- Bugfix: ArgumentError for filter in points delete
34
## [0.9.4] - 2023-08-31
45
- Introduce `Points#get_all()` method
56

Gemfile.lock

Lines changed: 1 addition & 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.4)
4+
qdrant-ruby (0.9.5)
55
faraday (>= 2.0.1, < 3)
66

77
GEM

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.4"
4+
VERSION = "0.9.5"
55
end

0 commit comments

Comments
 (0)