Skip to content

Commit 23c8eaf

Browse files
release: 0.3.2
1 parent 6557137 commit 23c8eaf

4 files changed

Lines changed: 12 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-
".": "0.3.1"
2+
".": "0.3.2"
33
}

CHANGELOG.md

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

3+
## [0.3.2](https://github.com/scalar/scalar-python/compare/v0.3.1...v0.3.2) (2026-07-28)
4+
5+
6+
### Chores
7+
8+
* **api:** regenerate SDK ([099aa9f](https://github.com/scalar/scalar-python/commit/099aa9f8b3261e0ef995755200c397cfae9a0a80))
9+
* **api:** update generated SDK content ([5d70014](https://github.com/scalar/scalar-python/commit/5d70014cc5b36aab6db5eaa4d487c4bd5b7258f0))
10+
* **api:** update generated SDK content ([a06d6cc](https://github.com/scalar/scalar-python/commit/a06d6cc862a5f29399a26aedb7d6c5ad124e7ff7))
11+
312
## [0.3.1](https://github.com/scalar/scalar-python/compare/v0.3.0...v0.3.1) (2026-07-27)
413

514

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "scalar-sdk"
3-
version = "0.3.1" # x-release-please-version
3+
version = "0.3.2" # x-release-please-version
44
description = "API for managing Scalar platform resources."
55
readme = "README.md"
66
license = "Apache-2.0"

src/_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 Scalar. See README.md for details.
22

33
__title__ = "scalarApi"
4-
__version__ = "0.3.1" # x-release-please-version
4+
__version__ = "0.3.2" # x-release-please-version

0 commit comments

Comments
 (0)