Skip to content

Commit 624ed87

Browse files
release: 0.1.0-alpha.1
1 parent 122b86f commit 624ed87

File tree

4 files changed

+20
-3
lines changed

4 files changed

+20
-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: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Changelog
2+
3+
## 0.1.0-alpha.1 (2025-06-12)
4+
5+
Full Changelog: [v0.0.1-alpha.0...v0.1.0-alpha.1](https://github.com/digitalocean/genai-python/compare/v0.0.1-alpha.0...v0.1.0-alpha.1)
6+
7+
### Features
8+
9+
* **api:** update via SDK Studio ([122b86f](https://github.com/digitalocean/genai-python/commit/122b86f3589a80e0dfbe7348487b3998631af963))
10+
11+
12+
### Chores
13+
14+
* sync repo ([2c8aea2](https://github.com/digitalocean/genai-python/commit/2c8aea218c5d674ab3a9ec0ffda949d588e39866))
15+
* update SDK settings ([93d6f55](https://github.com/digitalocean/genai-python/commit/93d6f555b479f494e270f4e16b9bf93f6ebe7ea3))
16+
* update SDK settings ([53efef7](https://github.com/digitalocean/genai-python/commit/53efef7c21a5e666e103a76a36059810c2532f05))
17+
* update SDK settings ([5f239d3](https://github.com/digitalocean/genai-python/commit/5f239d34b86e29272f37460edc6b38a5964b343b))

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "do-genai"
3-
version = "0.0.1-alpha.0"
3+
version = "0.1.0-alpha.1"
44
description = "The official Python library for the serverless-inference-sdk-prod API"
55
dynamic = ["readme"]
66
license = "MIT"
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__ = "serverless_inference_sdk_prod"
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)