Skip to content

Commit 1c7ca72

Browse files
release: 0.1.0-alpha.1
1 parent 88c0cc3 commit 1c7ca72

File tree

4 files changed

+31
-3
lines changed

4 files changed

+31
-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-alpha.0"
2+
".": "0.1.0-alpha.1"
33
}

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# Changelog
2+
3+
## 0.1.0-alpha.1 (2024-09-16)
4+
5+
Full Changelog: [v0.0.1-alpha.0...v0.1.0-alpha.1](https://github.com/lumalabs/lumaai-python/compare/v0.0.1-alpha.0...v0.1.0-alpha.1)
6+
7+
### Features
8+
9+
* **api:** OpenAPI spec update via Stainless API ([#11](https://github.com/lumalabs/lumaai-python/issues/11)) ([377f179](https://github.com/lumalabs/lumaai-python/commit/377f179cd6199a5decf80c2a846a84ef261a8925))
10+
* **api:** OpenAPI spec update via Stainless API ([#13](https://github.com/lumalabs/lumaai-python/issues/13)) ([cce8ca4](https://github.com/lumalabs/lumaai-python/commit/cce8ca4fa4c1b3bb529f4d98c5ec68606c5b43f6))
11+
* **api:** OpenAPI spec update via Stainless API ([#14](https://github.com/lumalabs/lumaai-python/issues/14)) ([4917a77](https://github.com/lumalabs/lumaai-python/commit/4917a777b96afca5f01c07444dfd7f68cfcc9911))
12+
* **api:** OpenAPI spec update via Stainless API ([#15](https://github.com/lumalabs/lumaai-python/issues/15)) ([0c49e40](https://github.com/lumalabs/lumaai-python/commit/0c49e406df3aca45f18883cc1413c3c9dc392ee6))
13+
* **api:** OpenAPI spec update via Stainless API ([#16](https://github.com/lumalabs/lumaai-python/issues/16)) ([8c02223](https://github.com/lumalabs/lumaai-python/commit/8c02223c49db15d4132184c6d4248f1d466561b9))
14+
* **api:** OpenAPI spec update via Stainless API ([#17](https://github.com/lumalabs/lumaai-python/issues/17)) ([8598e38](https://github.com/lumalabs/lumaai-python/commit/8598e3851effef0025d7f934772826ba0186b290))
15+
* **api:** OpenAPI spec update via Stainless API ([#18](https://github.com/lumalabs/lumaai-python/issues/18)) ([cd810fd](https://github.com/lumalabs/lumaai-python/commit/cd810fd3633e0df252b22152f0b58121275cab13))
16+
* **api:** OpenAPI spec update via Stainless API ([#20](https://github.com/lumalabs/lumaai-python/issues/20)) ([9762701](https://github.com/lumalabs/lumaai-python/commit/97627012cc3c4862a0ce3d76e7db8ef6c8d6b954))
17+
* **api:** update via SDK Studio ([#9](https://github.com/lumalabs/lumaai-python/issues/9)) ([83f37c3](https://github.com/lumalabs/lumaai-python/commit/83f37c37c12826c4c850e2f06b21022690b59fb9))
18+
19+
20+
### Chores
21+
22+
* **internal:** bump ruff ([#21](https://github.com/lumalabs/lumaai-python/issues/21)) ([b4caca2](https://github.com/lumalabs/lumaai-python/commit/b4caca23ad06baf9c3047c0d71fd898d33718a0a))
23+
* **internal:** codegen related update ([#12](https://github.com/lumalabs/lumaai-python/issues/12)) ([79ab180](https://github.com/lumalabs/lumaai-python/commit/79ab1809977f8df46874f9942161585e7849f97c))
24+
25+
26+
### Documentation
27+
28+
* update CONTRIBUTING.md ([#19](https://github.com/lumalabs/lumaai-python/issues/19)) ([4783573](https://github.com/lumalabs/lumaai-python/commit/4783573b6b91b969720b54f8b6999f04b4e52478))

pyproject.toml

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

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

0 commit comments

Comments
 (0)