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 3421590 commit 1964f7fCopy full SHA for 1964f7f
CHANGELOG.md
@@ -1,5 +1,7 @@
1
## [Unreleased]
2
3
+## [1.0.1] - 2024-11-22
4
+
5
## [1.0.0] - 2024-11-22
6
- Migrate to v2 APIs
7
Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
- cohere-ruby (1.0.0)
+ cohere-ruby (1.0.1)
faraday (>= 2.0.1, < 3.0)
GEM
lib/cohere/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module Cohere
- VERSION = "1.0.0"
+ VERSION = "1.0.1"
end
0 commit comments