Skip to content

Commit

Permalink
Merge pull request #14 from andreibondarev/0.9.7
Browse files Browse the repository at this point in the history
0.9.7
  • Loading branch information
andreibondarev committed Jan 19, 2024
2 parents 9853ff0 + 5d7b5c1 commit e1b81c7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
## [Unreleased]

## [0.9.7] - 2024-01-19
- fix: points/delete api

## [0.9.6] - 2024-01-13
- Updated Points#delete() method: Removed the requirement to specify points: in parameters. Now generates an error if neither points: nor filters: are provided, aligning with delete_points documentation standards.

Expand All @@ -9,5 +12,4 @@
- Introduce `Points#get_all()` method

## [0.9.0] - 2023-04-08

- Initial release
3 changes: 2 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
qdrant-ruby (0.9.6)
qdrant-ruby (0.9.7)
faraday (>= 2.0.1, < 3)

GEM
Expand Down Expand Up @@ -68,6 +68,7 @@ GEM
unicode-display_width (2.4.2)

PLATFORMS
arm64-darwin-23
x86_64-darwin-19
x86_64-darwin-21
x86_64-linux
Expand Down
2 changes: 1 addition & 1 deletion lib/qdrant/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Qdrant
VERSION = "0.9.6"
VERSION = "0.9.7"
end

0 comments on commit e1b81c7

Please sign in to comment.