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 84e3be0 + 2876c30 commit 070407aCopy full SHA for 070407a
CHANGELOG.md
@@ -1,5 +1,8 @@
1
## [Unreleased]
2
3
+## [0.9.4] - 2023-08-31
4
+- Introduce `Points#get_all()` method
5
+
6
## [0.9.0] - 2023-04-08
7
8
- Initial release
Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
- qdrant-ruby (0.9.3)
+ qdrant-ruby (0.9.4)
faraday (>= 2.0.1, < 3)
GEM
lib/qdrant/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module Qdrant
- VERSION = "0.9.3"
+ VERSION = "0.9.4"
end
0 commit comments