Skip to content

Commit 3a13b22

Browse files
release: 0.31.1
1 parent e796cb9 commit 3a13b22

File tree

4 files changed

+24
-3
lines changed

4 files changed

+24
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.31.0"
2+
".": "0.31.1"
33
}

CHANGELOG.md

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

3+
## 0.31.1 (2025-08-26)
4+
5+
Full Changelog: [v0.31.0...v0.31.1](https://github.com/groq/groq-python/compare/v0.31.0...v0.31.1)
6+
7+
### Features
8+
9+
* **api:** api update ([f9b5dca](https://github.com/groq/groq-python/commit/f9b5dca378b9916ca2ab592922b9ffba7247a1ae))
10+
* **api:** api update ([e34ec28](https://github.com/groq/groq-python/commit/e34ec28c9705485684293cfb97eec63b16257bd7))
11+
* **api:** api update ([cd14d0a](https://github.com/groq/groq-python/commit/cd14d0ab7eb0b161ffeef69a7b89cce062aeb078))
12+
* **api:** api update ([7d02cd3](https://github.com/groq/groq-python/commit/7d02cd32852d47016cf3b6cc7ca0f898dd0c99c5))
13+
* **api:** api update ([437f5fb](https://github.com/groq/groq-python/commit/437f5fb2040d345614ffe9ff15c525feb2ab19de))
14+
15+
16+
### Chores
17+
18+
* **internal:** change ci workflow machines ([e796cb9](https://github.com/groq/groq-python/commit/e796cb9599db99fa9e29f97e54ffe519bd23bf1b))
19+
* **internal:** fix ruff target version ([b58149d](https://github.com/groq/groq-python/commit/b58149d9584a5c9b0afc935af6aef2a2c64c1187))
20+
* **internal:** update comment in script ([bd20c49](https://github.com/groq/groq-python/commit/bd20c49c957e990aeb8c3bb8bb9c3dc9bcc31b86))
21+
* update @stainless-api/prism-cli to v5.15.0 ([b2f49cc](https://github.com/groq/groq-python/commit/b2f49cc1301696827eb00d5db91895d71c3da965))
22+
* update github action ([c7662e0](https://github.com/groq/groq-python/commit/c7662e01641af2daa758eb23bb19c9b65d0d5d20))
23+
324
## 0.31.0 (2025-08-05)
425

526
Full Changelog: [v0.30.0...v0.31.0](https://github.com/groq/groq-python/compare/v0.30.0...v0.31.0)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "groq"
3-
version = "0.31.0"
3+
version = "0.31.1"
44
description = "The official Python library for the groq API"
55
dynamic = ["readme"]
66
license = "Apache-2.0"

src/groq/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
22

33
__title__ = "groq"
4-
__version__ = "0.31.0" # x-release-please-version
4+
__version__ = "0.31.1" # x-release-please-version

0 commit comments

Comments
 (0)