Skip to content

Commit

Permalink
release: 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] authored Dec 3, 2024
1 parent 7bad95a commit 3799f00
Show file tree
Hide file tree
Showing 5 changed files with 31 additions and 4 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"
".": "1.0.0"
}
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Changelog

## 1.0.0 (2024-12-03)

Full Changelog: [v0.0.1-alpha.0...v1.0.0](https://github.com/aurelio-labs/saturn-sdk/compare/v0.0.1-alpha.0...v1.0.0)

### Bug Fixes

* **client:** compat with new httpx 0.28.0 release ([#12](https://github.com/aurelio-labs/saturn-sdk/issues/12)) ([9496560](https://github.com/aurelio-labs/saturn-sdk/commit/949656070e2528907f8c4110b06037dfb5541144))


### Chores

* go live ([#2](https://github.com/aurelio-labs/saturn-sdk/issues/2)) ([c50f2e3](https://github.com/aurelio-labs/saturn-sdk/commit/c50f2e3bc644002dc19ca09a8582c065c25ebfd7))
* **internal:** bump pyright ([#13](https://github.com/aurelio-labs/saturn-sdk/issues/13)) ([7bad95a](https://github.com/aurelio-labs/saturn-sdk/commit/7bad95ace6e68b8aff26127d52cf45629c139881))
* **internal:** codegen related update ([#10](https://github.com/aurelio-labs/saturn-sdk/issues/10)) ([3e29266](https://github.com/aurelio-labs/saturn-sdk/commit/3e29266f97ec32a234be097064a602b9f2464cfd))
* **internal:** exclude mypy from running on tests ([#11](https://github.com/aurelio-labs/saturn-sdk/issues/11)) ([1156892](https://github.com/aurelio-labs/saturn-sdk/commit/1156892a1c090a82919671d408d11750afffa819))
* **internal:** fix compat model_dump method when warnings are passed ([#8](https://github.com/aurelio-labs/saturn-sdk/issues/8)) ([9d3a8ee](https://github.com/aurelio-labs/saturn-sdk/commit/9d3a8eebf3c6d8cd17745831893cf6722a1f1a7c))
* rebuild project due to codegen change ([#5](https://github.com/aurelio-labs/saturn-sdk/issues/5)) ([3dd880d](https://github.com/aurelio-labs/saturn-sdk/commit/3dd880dbcbe7c76a679869c8fbd08c5b2f4c8e14))
* rebuild project due to codegen change ([#6](https://github.com/aurelio-labs/saturn-sdk/issues/6)) ([c3ae73e](https://github.com/aurelio-labs/saturn-sdk/commit/c3ae73ecc3e7a728248643f610a2216aa2694fce))
* rebuild project due to codegen change ([#7](https://github.com/aurelio-labs/saturn-sdk/issues/7)) ([a00bc72](https://github.com/aurelio-labs/saturn-sdk/commit/a00bc72c6615268aedac726bca8d65de836cef20))
* update SDK settings ([#4](https://github.com/aurelio-labs/saturn-sdk/issues/4)) ([8b7cf8d](https://github.com/aurelio-labs/saturn-sdk/commit/8b7cf8d1f10ad9723020ed1633030992f0005ab3))


### Documentation

* add info log level to readme ([#9](https://github.com/aurelio-labs/saturn-sdk/issues/9)) ([24bf70d](https://github.com/aurelio-labs/saturn-sdk/commit/24bf70d8bc1c7f1e0efa5a96b0f24aba7bdb134d))
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ The REST API documentation can be found on [docs.saturn-sdk.com](https://docs.sa

```sh
# install from PyPI
pip install --pre saturn_sdk
pip install saturn_sdk
```

## Usage
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "saturn_sdk"
version = "0.0.1-alpha.0"
version = "1.0.0"
description = "The official Python library for the saturn-sdk API"
dynamic = ["readme"]
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion src/saturn_sdk/_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__ = "saturn_sdk"
__version__ = "0.0.1-alpha.0" # x-release-please-version
__version__ = "1.0.0" # x-release-please-version

0 comments on commit 3799f00

Please sign in to comment.