Skip to content

Commit feb4a85

Browse files
Merge branch 'master' into explore-endpoint
2 parents 9238ab2 + 597ade0 commit feb4a85

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

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-
weaviate-ruby (0.5.0)
4+
weaviate-ruby (0.6.0)
55
faraday (~> 2.7)
66
graphlient (~> 0.7.0)
77

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
Ruby wrapper for the Weaviate.io API
44

5+
![Tests status](https://github.com/andreibondarev/weaviate-ruby/actions/workflows/ci.yml/badge.svg)
6+
57
## Installation
68

79
Install the gem and add to the application's Gemfile by executing:

lib/weaviate/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 Weaviate
4-
VERSION = "0.5.0"
4+
VERSION = "0.6.0"
55
end

0 commit comments

Comments
 (0)