Skip to content

Commit

Permalink
Bump to v0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
walsha2 committed Nov 13, 2023
1 parent f82039c commit 81fd039
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 0.7.1

* Relax `meta` version requirement

## 0.7.0

* Client generation using latest `openapi_spec` package (v0.7.6)
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: pinecone
description: Unofficial Dart client for Pinecone vector database. For more details on Pinecone, please visit https://docs.pinecone.io/docs/overview.
version: 0.7.0
version: 0.7.1
maintainer: Taza Technology LLC
repository: https://github.com/tazatechnology/pinecone
issue_tracker: https://github.com/tazatechnology/pinecone/issues
Expand All @@ -14,7 +14,7 @@ dependencies:
http: ">=0.13.0 <2.0.0"
freezed_annotation: ^2.4.1
json_annotation: ^4.8.1
meta: ^1.11.0
meta: ^1.9.1

dev_dependencies:
openapi_spec: 0.7.6
Expand Down

0 comments on commit 81fd039

Please sign in to comment.