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 d568425 commit e4d6ee8Copy full SHA for e4d6ee8
CHANGELOG.md
@@ -1,5 +1,7 @@
1
## [Unreleased]
2
3
+## [0.9.1] - 2024-09-19
4
+
5
## [0.9.0] - 2024-07-08
6
7
- Add object.replace method which uses PUT which performs a complete object replacement
Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
- weaviate-ruby (0.9.0)
+ weaviate-ruby (0.9.1)
faraday (>= 2.0.1, < 3.0)
graphlient (>= 0.7.0, < 0.9.0)
lib/weaviate/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module Weaviate
- VERSION = "0.9.0"
+ VERSION = "0.9.1"
end
0 commit comments