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