Skip to content

Commit

Permalink
release: 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] committed May 22, 2024
1 parent 6fbffde commit d48e365
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.6.0"
".": "0.7.0"
}
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## 0.7.0 (2024-05-22)

Full Changelog: [v0.6.0...v0.7.0](https://github.com/groq/groq-python/compare/v0.6.0...v0.7.0)

### Features

* **api:** Improve types ([e46d3ed](https://github.com/groq/groq-python/commit/e46d3ed8591ef543a6f50c4443825fd547b74ab4))


### Chores

* fix array indices in README examples ([bacc106](https://github.com/groq/groq-python/commit/bacc10611d74ae9369093bbf44a451182b82e253))
* patch streaming ([9287ee7](https://github.com/groq/groq-python/commit/9287ee77e505187bb504729fad95edde41663ad0))

## 0.6.0 (2024-05-16)

Full Changelog: [v0.5.0...v0.6.0](https://github.com/groq/groq-python/compare/v0.5.0...v0.6.0)
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "groq"
version = "0.6.0"
version = "0.7.0"
description = "The official Python library for the groq API"
dynamic = ["readme"]
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion src/groq/_version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.

__title__ = "groq"
__version__ = "0.6.0" # x-release-please-version
__version__ = "0.7.0" # x-release-please-version

0 comments on commit d48e365

Please sign in to comment.