Skip to content

Commit

Permalink
release: 0.1.0-alpha.1
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] authored and adamdottv committed Dec 17, 2024
1 parent b885662 commit 43ad0e0
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.0.1-alpha.0"
".": "0.1.0-alpha.1"
}
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Changelog

## 0.1.0-alpha.1 (2024-12-17)

Full Changelog: [v0.0.1-alpha.0...v0.1.0-alpha.1](https://github.com/terminaldotshop/terminal-sdk-python/compare/v0.0.1-alpha.0...v0.1.0-alpha.1)

### Features

* **api:** manual updates ([#10](https://github.com/terminaldotshop/terminal-sdk-python/issues/10)) ([03939b9](https://github.com/terminaldotshop/terminal-sdk-python/commit/03939b957d72737475bd8be906b320f7a5042261))
* **api:** manual updates ([#11](https://github.com/terminaldotshop/terminal-sdk-python/issues/11)) ([a938627](https://github.com/terminaldotshop/terminal-sdk-python/commit/a9386279808bcd6be93cc96ed76f8eb1338fbe0c))
* **api:** manual updates ([#3](https://github.com/terminaldotshop/terminal-sdk-python/issues/3)) ([8335371](https://github.com/terminaldotshop/terminal-sdk-python/commit/8335371af25183d8289a0c0773556632700c006d))
* **api:** manual updates ([#4](https://github.com/terminaldotshop/terminal-sdk-python/issues/4)) ([6fd1018](https://github.com/terminaldotshop/terminal-sdk-python/commit/6fd1018252bf39a468b0706a97b564f047784399))
* **api:** manual updates ([#5](https://github.com/terminaldotshop/terminal-sdk-python/issues/5)) ([a5a8295](https://github.com/terminaldotshop/terminal-sdk-python/commit/a5a8295366264f2b98c3dfa41ed59d1aba6921aa))
* **api:** manual updates ([#9](https://github.com/terminaldotshop/terminal-sdk-python/issues/9)) ([475486a](https://github.com/terminaldotshop/terminal-sdk-python/commit/475486a2b7b4e88a63283421e27b2cd1ca28874a))


### Chores

* configure new SDK language ([a118f7a](https://github.com/terminaldotshop/terminal-sdk-python/commit/a118f7aaf10faf0cf619b456c783d96e31f56759))
* go live ([#1](https://github.com/terminaldotshop/terminal-sdk-python/issues/1)) ([7f1ab32](https://github.com/terminaldotshop/terminal-sdk-python/commit/7f1ab32c1a034ad1e21bcc520a8a408de238dbd2))
* **internal:** codegen related update ([#6](https://github.com/terminaldotshop/terminal-sdk-python/issues/6)) ([4431189](https://github.com/terminaldotshop/terminal-sdk-python/commit/443118946e35803f0600ed8a4da45856c77d1690))
* **internal:** codegen related update ([#7](https://github.com/terminaldotshop/terminal-sdk-python/issues/7)) ([f6770fd](https://github.com/terminaldotshop/terminal-sdk-python/commit/f6770fdd861241670a280a8e30087103617b6428))


### Documentation

* **readme:** example snippet for client context manager ([#8](https://github.com/terminaldotshop/terminal-sdk-python/issues/8)) ([881d3e5](https://github.com/terminaldotshop/terminal-sdk-python/commit/881d3e586473b7fa94bf13805ecd3aac3a5f688e))
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "terminal-shop"
version = "0.0.1-alpha.0"
version = "0.1.0-alpha.1"
description = "The official Python library for the terminal API"
dynamic = ["readme"]
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion src/terminal_shop/_version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.

__title__ = "terminal_shop"
__version__ = "0.0.1-alpha.0" # x-release-please-version
__version__ = "0.1.0-alpha.1" # x-release-please-version

0 comments on commit 43ad0e0

Please sign in to comment.