Skip to content

Commit 7172ba1

Browse files
release: 2.3.2-rc2
1 parent d7b4637 commit 7172ba1

4 files changed

Lines changed: 23 additions & 3 deletions

File tree

.release-please-manifest.json

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

CHANGELOG.md

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

3+
## 2.3.2-rc2 (2025-09-30)
4+
5+
Full Changelog: [v2.3.2-rc1...v2.3.2-rc2](https://github.com/writer/writer-python/compare/v2.3.2-rc1...v2.3.2-rc2)
6+
7+
### Features
8+
9+
* **api:** manual updates ([d7b4637](https://github.com/writer/writer-python/commit/d7b463727d2d9b3cd90fcab9e7d5376a3d5a1a38))
10+
11+
12+
### Chores
13+
14+
* do not install brew dependencies in ./scripts/bootstrap by default ([7912ae2](https://github.com/writer/writer-python/commit/7912ae28b073194868bbcdc59bbff92b49a50f60))
15+
* **internal:** update pydantic dependency ([c2f8537](https://github.com/writer/writer-python/commit/c2f85373ed1ed9e0e80a3b3d182794dc619d8b87))
16+
* **types:** change optional parameter type from NotGiven to Omit ([702d003](https://github.com/writer/writer-python/commit/702d003ebd5c955986898f7afadc425f9a9c4fd1))
17+
18+
19+
### Documentation
20+
21+
* **api:** updates to API spec ([7e349a9](https://github.com/writer/writer-python/commit/7e349a9c9782b10803ef932ee7eaf9c618750d2b))
22+
323
## 2.3.2-rc1 (2025-09-11)
424

525
Full Changelog: [v2.3.1...v2.3.2-rc1](https://github.com/writer/writer-python/compare/v2.3.1...v2.3.2-rc1)

pyproject.toml

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

src/writerai/_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__ = "writerai"
4-
__version__ = "2.3.2-rc1" # x-release-please-version
4+
__version__ = "2.3.2-rc2" # x-release-please-version

0 commit comments

Comments
 (0)