Skip to content

Commit abfbdc5

Browse files
release: 0.1.0
1 parent 6a10c93 commit abfbdc5

File tree

4 files changed

+36
-3
lines changed

4 files changed

+36
-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: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
# Changelog
2+
3+
## 0.1.0 (2025-10-23)
4+
5+
Full Changelog: [v0.0.1...v0.1.0](https://github.com/uselemma/sdk-python/compare/v0.0.1...v0.1.0)
6+
7+
### Features
8+
9+
* **api:** api update ([a26da8e](https://github.com/uselemma/sdk-python/commit/a26da8e661e112670725fba02a4dea2dd27db17a))
10+
* **api:** api update ([4758f48](https://github.com/uselemma/sdk-python/commit/4758f4887770724078110f997092978a27d6b64f))
11+
* **api:** api update ([d7e77c0](https://github.com/uselemma/sdk-python/commit/d7e77c047aaa85cb199a4875c4e24e0eacc69f9a))
12+
* **api:** api update ([cff7674](https://github.com/uselemma/sdk-python/commit/cff7674a7569d5c164f87ac7b0cb689078c36a07))
13+
* **api:** api update ([91adefd](https://github.com/uselemma/sdk-python/commit/91adefd7b23faf519eb069cd066e5e9f5517ca37))
14+
* **api:** api update ([035fda5](https://github.com/uselemma/sdk-python/commit/035fda532519e9612a0a5af63e1c7362b450ab0a))
15+
* **api:** api update ([8e7ae2b](https://github.com/uselemma/sdk-python/commit/8e7ae2bc3c490af5a016cbd93152ea16d0c0c816))
16+
* **api:** api update ([29ff10c](https://github.com/uselemma/sdk-python/commit/29ff10ca45e6173b0aa81704c5495c380822a191))
17+
* **api:** api update ([34981ab](https://github.com/uselemma/sdk-python/commit/34981abdacc28fc07cf8d4c0c08ce17256c4151a))
18+
* **api:** api update ([233eaa6](https://github.com/uselemma/sdk-python/commit/233eaa6e684b282a796fb3a7dc7fb52808eb8ffe))
19+
* **api:** manual updates ([d65cf53](https://github.com/uselemma/sdk-python/commit/d65cf5338e2c5062aced965e9b184a06a57341fc))
20+
* **api:** manual updates ([b0dc1a4](https://github.com/uselemma/sdk-python/commit/b0dc1a4b9d5826d72f61001c2b216fc524972a81))
21+
* **api:** manual updates ([eb58a28](https://github.com/uselemma/sdk-python/commit/eb58a28108870da3843253fc795ea3d242a38d50))
22+
* **api:** manual updates ([0cdcd9c](https://github.com/uselemma/sdk-python/commit/0cdcd9c627995e19ec0a7c5d11fc464a4d01b7ad))
23+
* **api:** manual updates ([ec6d9c8](https://github.com/uselemma/sdk-python/commit/ec6d9c8a1a808507a37e5717e9485befd67d00fa))
24+
25+
26+
### Chores
27+
28+
* bump `httpx-aiohttp` version to 0.1.9 ([06ad2b1](https://github.com/uselemma/sdk-python/commit/06ad2b1cf12221baf8b3c6e80842cb0309c46d25))
29+
* configure new SDK language ([7eff11a](https://github.com/uselemma/sdk-python/commit/7eff11acf426a021607e1671aabb8330d78f0854))
30+
* update SDK settings ([6a10c93](https://github.com/uselemma/sdk-python/commit/6a10c93a64fa0af0756b8f01e822a0dfdd0198ff))
31+
* update SDK settings ([8bd4759](https://github.com/uselemma/sdk-python/commit/8bd4759fbce7c6f57aa925988da2a8bb9458d02f))
32+
* update SDK settings ([d41fc07](https://github.com/uselemma/sdk-python/commit/d41fc074e94fda856c08338c2b0e53ecd671fed9))
33+
* update SDK settings ([1618d36](https://github.com/uselemma/sdk-python/commit/1618d3609b7f33ed4af35c6244c67a26c152d5bc))

pyproject.toml

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

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

0 commit comments

Comments
 (0)