We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8ca6f40 + 11be8ac commit 2d75a6fCopy full SHA for 2d75a6f
CHANGELOG.md
@@ -1,5 +1,6 @@
1
## [Unreleased]
2
-
+## [0.9.5] - 2024-01-12
3
+- Bugfix: ArgumentError for filter in points delete
4
## [0.9.4] - 2023-08-31
5
- Introduce `Points#get_all()` method
6
Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
- qdrant-ruby (0.9.4)
+ qdrant-ruby (0.9.5)
faraday (>= 2.0.1, < 3)
7
GEM
lib/qdrant/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module Qdrant
- VERSION = "0.9.4"
+ VERSION = "0.9.5"
end
0 commit comments