Skip to content

Commit 15aa1e4

Browse files
release: 0.1.0
1 parent b1f6edf commit 15aa1e4

File tree

4 files changed

+39
-3
lines changed

4 files changed

+39
-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.0.1"
2+
".": "0.1.0"
33
}

CHANGELOG.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
# Changelog
2+
3+
## 0.1.0 (2025-11-11)
4+
5+
Full Changelog: [v0.0.1...v0.1.0](https://github.com/ALbot-developers/api-sdk-py/compare/v0.0.1...v0.1.0)
6+
7+
### Features
8+
9+
* improve future compat with pydantic v3 ([6187f86](https://github.com/ALbot-developers/api-sdk-py/commit/6187f86e7f4110d3a04ce62b32ab8cc9d51d7106))
10+
* **types:** replace List[str] with SequenceNotStr in params ([6307a2c](https://github.com/ALbot-developers/api-sdk-py/commit/6307a2cecc9557d9f5e6533438762540d93a5ae8))
11+
12+
13+
### Bug Fixes
14+
15+
* avoid newer type syntax ([d6c6c37](https://github.com/ALbot-developers/api-sdk-py/commit/d6c6c371543aa4023e50abdaed540f5750e0034f))
16+
17+
18+
### Chores
19+
20+
* do not install brew dependencies in ./scripts/bootstrap by default ([ef77409](https://github.com/ALbot-developers/api-sdk-py/commit/ef77409c5a8586a4b22f7ce24fbaa33569f2c4cb))
21+
* **internal:** add Sequence related utils ([f6af8eb](https://github.com/ALbot-developers/api-sdk-py/commit/f6af8eb6e18e66869f76e22fbbc2271435d13fb3))
22+
* **internal:** change ci workflow machines ([ab05c65](https://github.com/ALbot-developers/api-sdk-py/commit/ab05c659b78a13c8035e809ffdb390be319f898b))
23+
* **internal:** codegen related update ([b1f6edf](https://github.com/ALbot-developers/api-sdk-py/commit/b1f6edf0ae8ca4436fa1c9067e85dde3d2e86645))
24+
* **internal:** codegen related update ([d50d9a1](https://github.com/ALbot-developers/api-sdk-py/commit/d50d9a1b81b3f7afb29f80801d98aefcdb1e9f18))
25+
* **internal:** codegen related update ([0c49400](https://github.com/ALbot-developers/api-sdk-py/commit/0c494007104c32c6bf1fd4e09691d5c2e69cc90a))
26+
* **internal:** codegen related update ([b4181e7](https://github.com/ALbot-developers/api-sdk-py/commit/b4181e743b9c920f43c5a40ab7fa5a468a52f0f5))
27+
* **internal:** codegen related update ([c0fa3a6](https://github.com/ALbot-developers/api-sdk-py/commit/c0fa3a638aea6e05e5d4504e4bbf5e14312ae4d9))
28+
* **internal:** codegen related update ([ecbee08](https://github.com/ALbot-developers/api-sdk-py/commit/ecbee08d64feefe4676b797a6d4e95d9ea70f11f))
29+
* **internal:** codegen related update ([3869aad](https://github.com/ALbot-developers/api-sdk-py/commit/3869aad036e890a306f27c5642b8587d27b8e09f))
30+
* **internal:** codegen related update ([72e40fe](https://github.com/ALbot-developers/api-sdk-py/commit/72e40fe4749b0eadd337c4b8de27015857894a09))
31+
* **internal:** update pydantic dependency ([db880f6](https://github.com/ALbot-developers/api-sdk-py/commit/db880f61334cae131ed562feb80bcc81c76f22cc))
32+
* **internal:** update pyright exclude list ([77af0e0](https://github.com/ALbot-developers/api-sdk-py/commit/77af0e0d8fa5a9df84cd4a8a1a135239b5e8cb49))
33+
* **tests:** simplify `get_platform` test ([002fc0a](https://github.com/ALbot-developers/api-sdk-py/commit/002fc0af7b6433f57287614950481581bf781265))
34+
* **types:** change optional parameter type from NotGiven to Omit ([f12105c](https://github.com/ALbot-developers/api-sdk-py/commit/f12105c6e6d35447541b9bbc694540f620bbb888))
35+
* update github action ([f158da9](https://github.com/ALbot-developers/api-sdk-py/commit/f158da9ecbd5e1d462f49a259ac144f45c312baf))
36+
* update SDK settings ([827809d](https://github.com/ALbot-developers/api-sdk-py/commit/827809d9d8094fd60b2db6972782e9329223179d))

pyproject.toml

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

src/albot_api_sdk/_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__ = "albot_api_sdk"
4-
__version__ = "0.0.1" # x-release-please-version
4+
__version__ = "0.1.0" # x-release-please-version

0 commit comments

Comments
 (0)