File tree Expand file tree Collapse file tree 4 files changed +17
-3
lines changed Expand file tree Collapse file tree 4 files changed +17
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "." : " 0.6 .0"
2
+ "." : " 0.7 .0"
3
3
}
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 0.7.0 (2024-05-22)
4
+
5
+ Full Changelog: [ v0.6.0...v0.7.0] ( https://github.com/groq/groq-python/compare/v0.6.0...v0.7.0 )
6
+
7
+ ### Features
8
+
9
+ * ** api:** Improve types ([ e46d3ed] ( https://github.com/groq/groq-python/commit/e46d3ed8591ef543a6f50c4443825fd547b74ab4 ) )
10
+
11
+
12
+ ### Chores
13
+
14
+ * fix array indices in README examples ([ bacc106] ( https://github.com/groq/groq-python/commit/bacc10611d74ae9369093bbf44a451182b82e253 ) )
15
+ * patch streaming ([ 9287ee7] ( https://github.com/groq/groq-python/commit/9287ee77e505187bb504729fad95edde41663ad0 ) )
16
+
3
17
## 0.6.0 (2024-05-16)
4
18
5
19
Full Changelog: [ v0.5.0...v0.6.0] ( https://github.com/groq/groq-python/compare/v0.5.0...v0.6.0 )
Original file line number Diff line number Diff line change 1
1
[project ]
2
2
name = " groq"
3
- version = " 0.6 .0"
3
+ version = " 0.7 .0"
4
4
description = " The official Python library for the groq API"
5
5
dynamic = [" readme" ]
6
6
license = " Apache-2.0"
Original file line number Diff line number Diff line change 1
1
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2
2
3
3
__title__ = "groq"
4
- __version__ = "0.6 .0" # x-release-please-version
4
+ __version__ = "0.7 .0" # x-release-please-version
You can’t perform that action at this time.
0 commit comments