Skip to content

Commit f4d74e7

Browse files
release: 0.1.0-alpha.3
1 parent e6b633c commit f4d74e7

File tree

4 files changed

+18
-3
lines changed

4 files changed

+18
-3
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.1.0-alpha.2"
2+
".": "0.1.0-alpha.3"
33
}

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

3+
## 0.1.0-alpha.3 (2024-11-12)
4+
5+
Full Changelog: [v0.1.0-alpha.2...v0.1.0-alpha.3](https://github.com/OmniStack-sh/omnistack-python/compare/v0.1.0-alpha.2...v0.1.0-alpha.3)
6+
7+
### Features
8+
9+
* **api:** api update ([#11](https://github.com/OmniStack-sh/omnistack-python/issues/11)) ([b575f9a](https://github.com/OmniStack-sh/omnistack-python/commit/b575f9a658e0223947ad94155262287a47da185f))
10+
11+
12+
### Chores
13+
14+
* rebuild project due to codegen change ([#13](https://github.com/OmniStack-sh/omnistack-python/issues/13)) ([04f25d9](https://github.com/OmniStack-sh/omnistack-python/commit/04f25d91e512063832092b8e978007e7c0fa209a))
15+
* rebuild project due to codegen change ([#14](https://github.com/OmniStack-sh/omnistack-python/issues/14)) ([5ddefaf](https://github.com/OmniStack-sh/omnistack-python/commit/5ddefaf1b06efea26327550eba2a4587afccf5c1))
16+
* rebuild project due to codegen change ([#15](https://github.com/OmniStack-sh/omnistack-python/issues/15)) ([e6b633c](https://github.com/OmniStack-sh/omnistack-python/commit/e6b633c0564978c6892a44bfc674b46846b6f33b))
17+
318
## 0.1.0-alpha.2 (2024-10-17)
419

520
Full Changelog: [v0.1.0-alpha.1...v0.1.0-alpha.2](https://github.com/OmniStack-sh/omnistack-python/compare/v0.1.0-alpha.1...v0.1.0-alpha.2)

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "omnistack"
3-
version = "0.1.0-alpha.2"
3+
version = "0.1.0-alpha.3"
44
description = "The official Python library for the omnistack API"
55
dynamic = ["readme"]
66
license = "Apache-2.0"

src/omnistack/_version.py

+1-1
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__ = "omnistack"
4-
__version__ = "0.1.0-alpha.2" # x-release-please-version
4+
__version__ = "0.1.0-alpha.3" # x-release-please-version

0 commit comments

Comments
 (0)