-
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
24bf70d
commit 4617deb
Showing
5 changed files
with
23 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,19 @@ | ||
# Changelog | ||
|
||
## 1.0.0 (2024-11-22) | ||
|
||
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) | ||
|
||
### Chores | ||
|
||
* go live ([#2](https://github.com/aurelio-labs/saturn-sdk/issues/2)) ([c50f2e3](https://github.com/aurelio-labs/saturn-sdk/commit/c50f2e3bc644002dc19ca09a8582c065c25ebfd7)) | ||
* **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)) |
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 |