From e089f320024f3c2fbd1011de2fdd64b689dbbcf9 Mon Sep 17 00:00:00 2001 From: Nate Bosch Date: Thu, 4 Apr 2024 20:23:08 +0000 Subject: [PATCH] Prepare to publish Publish before a major version bump when adding function calling. --- pkgs/google_generative_ai/CHANGELOG.md | 2 +- pkgs/google_generative_ai/lib/src/version.dart | 2 +- pkgs/google_generative_ai/pubspec.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/google_generative_ai/CHANGELOG.md b/pkgs/google_generative_ai/CHANGELOG.md index 7875dbd..7027a0f 100644 --- a/pkgs/google_generative_ai/CHANGELOG.md +++ b/pkgs/google_generative_ai/CHANGELOG.md @@ -1,4 +1,4 @@ -## 0.2.3-wip +## 0.2.3 - Update the package version that is sent with the HTTP client name. - Throw more actionable error objects than `FormatException` for errors. Errors diff --git a/pkgs/google_generative_ai/lib/src/version.dart b/pkgs/google_generative_ai/lib/src/version.dart index b69af81..11f2372 100644 --- a/pkgs/google_generative_ai/lib/src/version.dart +++ b/pkgs/google_generative_ai/lib/src/version.dart @@ -12,4 +12,4 @@ // See the License for the specific language governing permissions and // limitations under the License. -const packageVersion = '0.2.3-wip'; +const packageVersion = '0.2.3'; diff --git a/pkgs/google_generative_ai/pubspec.yaml b/pkgs/google_generative_ai/pubspec.yaml index 6e3b8da..03a0002 100644 --- a/pkgs/google_generative_ai/pubspec.yaml +++ b/pkgs/google_generative_ai/pubspec.yaml @@ -1,5 +1,5 @@ name: google_generative_ai -version: 0.2.3-wip +version: 0.2.3 description: >- The Google AI Dart SDK enables developers to use Google's state-of-the-art generative AI models (like Gemini).