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.
1 parent 070407a commit 90ab075Copy full SHA for 90ab075
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
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