Skip to content

Commit 0368ee3

Browse files
authored
Merge pull request #14 from scalar/release-please--branches--scalar-next
release: 0.3.4
2 parents 2c05723 + 32cc592 commit 0368ee3

7 files changed

Lines changed: 13 additions & 6 deletions

File tree

.claude/skills/scalar-api-python-sdk/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,5 +67,5 @@ except APIStatusError as err:
6767

6868
## Reference files
6969

70-
- [README.md](../../../README.md) — full feature tour: client options, request options, retries and timeouts, logging.
70+
- [README.md](../../../README.md) — full feature tour: client options, retries and timeouts, logging.
7171
- [api.md](../../../api.md) — complete catalogue of every operation with request and response types.

.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.3"
2+
".": "0.3.4"
33
}

CHANGELOG.md

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

3+
## [0.3.4](https://github.com/scalar/scalar-python/compare/v0.3.3...v0.3.4) (2026-08-07)
4+
5+
6+
### Chores
7+
8+
* **api:** regenerate SDK ([f61a1e9](https://github.com/scalar/scalar-python/commit/f61a1e94861b8722839998c630bfccb082a61541))
9+
310
## [0.3.3](https://github.com/scalar/scalar-python/compare/v0.3.2...v0.3.3) (2026-08-07)
411

512

SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,5 +67,5 @@ except APIStatusError as err:
6767

6868
## Reference files
6969

70-
- [README.md](./README.md) — full feature tour: client options, request options, retries and timeouts, logging.
70+
- [README.md](./README.md) — full feature tour: client options, retries and timeouts, logging.
7171
- [api.md](./api.md) — complete catalogue of every operation with request and response types.

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.3" # x-release-please-version
3+
version = "0.3.4" # x-release-please-version
44
description = "API for managing Scalar platform resources."
55
readme = "README.md"
66
license = "Apache-2.0"

scalar-sdk.manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "ScalarApi",
33
"slug": "scalarApi",
4-
"generatorVersion": "0.23.1",
4+
"generatorVersion": "0.23.2",
55
"servers": [
66
"https://access.scalar.com"
77
],

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.3" # x-release-please-version
4+
__version__ = "0.3.4" # x-release-please-version

0 commit comments

Comments
 (0)