-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d3a4d21
commit 38bea43
Showing
5 changed files
with
35 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
".": "0.0.1-alpha.0" | ||
".": "1.0.0" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
# Changelog | ||
|
||
## 1.0.0 (2024-12-13) | ||
|
||
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 pydantic dependency ([#15](https://github.com/aurelio-labs/saturn-sdk/issues/15)) ([b994cad](https://github.com/aurelio-labs/saturn-sdk/commit/b994cad420a17901c96610bf39c4aaadc9472d47)) | ||
* **internal:** bump pyright ([#13](https://github.com/aurelio-labs/saturn-sdk/issues/13)) ([7bad95a](https://github.com/aurelio-labs/saturn-sdk/commit/7bad95ace6e68b8aff26127d52cf45629c139881)) | ||
* **internal:** bump pyright ([#17](https://github.com/aurelio-labs/saturn-sdk/issues/17)) ([d3a4d21](https://github.com/aurelio-labs/saturn-sdk/commit/d3a4d21e1305aa5484ae1870dbfdafd2a5e5401b)) | ||
* **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:** codegen related update ([#16](https://github.com/aurelio-labs/saturn-sdk/issues/16)) ([92a50ca](https://github.com/aurelio-labs/saturn-sdk/commit/92a50ca9173ea2c3f9437343ecb39b3e1d805414)) | ||
* **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)) | ||
* make the `Omit` type public ([#14](https://github.com/aurelio-labs/saturn-sdk/issues/14)) ([917d726](https://github.com/aurelio-labs/saturn-sdk/commit/917d726ba7f1a26be49d11131229a6d87e59a8df)) | ||
* 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)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |