Skip to content

Commit 1eb5887

Browse files
committed
Bump to v0.7.2
1 parent 81fd039 commit 1eb5887

File tree

3 files changed

+117
-58
lines changed

3 files changed

+117
-58
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 0.7.2
4+
5+
* Client generation using latest `openapi_spec` package (v0.7.8)
6+
37
## 0.7.1
48

59
* Relax `meta` version requirement

lib/src/generated/client.dart

Lines changed: 110 additions & 55 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: pinecone
22
description: Unofficial Dart client for Pinecone vector database. For more details on Pinecone, please visit https://docs.pinecone.io/docs/overview.
3-
version: 0.7.1
3+
version: 0.7.2
44
maintainer: Taza Technology LLC
55
repository: https://github.com/tazatechnology/pinecone
66
issue_tracker: https://github.com/tazatechnology/pinecone/issues
@@ -17,9 +17,9 @@ dependencies:
1717
meta: ^1.9.1
1818

1919
dev_dependencies:
20-
openapi_spec: 0.7.6
20+
openapi_spec: 0.7.9
2121
build_runner: ^2.4.6
2222
lints: ^3.0.0
2323
freezed: ^2.4.5
2424
json_serializable: ^6.7.1
25-
test: ^1.24.7
25+
test: ^1.24.9

0 commit comments

Comments
 (0)