Skip to content

Commit 294dc4f

Browse files
authored
Merge pull request #9 from OmniStack-sh/release-please--branches--main--changes--next
release: 0.1.0-alpha.2
2 parents 321c0e4 + 2c6813e commit 294dc4f

File tree

5 files changed

+12
-4
lines changed

5 files changed

+12
-4
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.1.0-alpha.1"
2+
".": "0.1.0-alpha.2"
33
}

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## 0.1.0-alpha.2 (2024-10-17)
4+
5+
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)
6+
7+
### Features
8+
9+
* **api:** api update ([#8](https://github.com/OmniStack-sh/omnistack-python/issues/8)) ([e99de3b](https://github.com/OmniStack-sh/omnistack-python/commit/e99de3b2bf4700392e95c69e5e5b6eb9842990bd))
10+
311
## 0.1.0-alpha.1 (2024-10-17)
412

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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ It is generated with [Stainless](https://www.stainlessapi.com/).
1010

1111
## Documentation
1212

13-
The REST API documentation can be found on [help.omnistack.sh](https://help.omnistack.sh/). The full API of this library can be found in [api.md](api.md).
13+
The REST API documentation can be found on [docs.omnistack.sh](https://docs.omnistack.sh). The full API of this library can be found in [api.md](api.md).
1414

1515
## Installation
1616

pyproject.toml

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

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

0 commit comments

Comments
 (0)