Skip to content

Commit 8bfb415

Browse files
release: 1.2.0
1 parent ff12a20 commit 8bfb415

File tree

4 files changed

+22
-3
lines changed

4 files changed

+22
-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-
".": "1.1.2"
2+
".": "1.2.0"
33
}

CHANGELOG.md

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

3+
## 1.2.0 (2026-04-08)
4+
5+
Full Changelog: [v1.1.2...v1.2.0](https://github.com/groq/groq-python/compare/v1.1.2...v1.2.0)
6+
7+
### Features
8+
9+
* **internal:** implement indices array format for query and form serialization ([80ca975](https://github.com/groq/groq-python/commit/80ca9750622cdd94562c34de4ef69326fdb78dd7))
10+
11+
12+
### Bug Fixes
13+
14+
* **client:** preserve hardcoded query params when merging with user params ([ff12a20](https://github.com/groq/groq-python/commit/ff12a2087a814e0baf815d0ee89dd73f18e13bae))
15+
16+
17+
### Chores
18+
19+
* **tests:** bump steady to v0.20.1 ([f031213](https://github.com/groq/groq-python/commit/f031213b83b91aba73d67806d4a85c3b71351582))
20+
* **tests:** bump steady to v0.20.2 ([66e56a7](https://github.com/groq/groq-python/commit/66e56a7ea574ce79d17c8bc0c2d02d1d2f23608c))
21+
322
## 1.1.2 (2026-03-25)
423

524
Full Changelog: [v1.1.1...v1.1.2](https://github.com/groq/groq-python/compare/v1.1.1...v1.1.2)

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 = "1.1.2"
3+
version = "1.2.0"
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__ = "1.1.2" # x-release-please-version
4+
__version__ = "1.2.0" # x-release-please-version

0 commit comments

Comments
 (0)