release: 0.1.0-beta.10

This commit is contained in:
stainless-app[bot]
2025-04-14 05:07:29 +00:00
parent 192ec22bd7
commit c0414f15a9
4 changed files with 12 additions and 3 deletions

View File

@@ -1,3 +1,3 @@
{
".": "0.1.0-beta.9"
".": "0.1.0-beta.10"
}

View File

@@ -1,5 +1,14 @@
# Changelog
## 0.1.0-beta.10 (2025-04-14)
Full Changelog: [v0.1.0-beta.9...v0.1.0-beta.10](https://github.com/openai/openai-go/compare/v0.1.0-beta.9...v0.1.0-beta.10)
### Chores
* **internal:** expand CI branch coverage ([#369](https://github.com/openai/openai-go/issues/369)) ([258dda8](https://github.com/openai/openai-go/commit/258dda8007a69b9c2720b225ee6d27474d676a93))
* **internal:** reduce CI branch coverage ([a2f7c03](https://github.com/openai/openai-go/commit/a2f7c03eb984d98f29f908df103ea1743f2e3d9a))
## 0.1.0-beta.9 (2025-04-09)
Full Changelog: [v0.1.0-beta.8...v0.1.0-beta.9](https://github.com/openai/openai-go/compare/v0.1.0-beta.8...v0.1.0-beta.9)

View File

@@ -26,7 +26,7 @@ Or to pin the version:
<!-- x-release-please-start-version -->
```sh
go get -u 'github.com/openai/openai-go@v0.1.0-beta.9'
go get -u 'github.com/openai/openai-go@v0.1.0-beta.10'
```
<!-- x-release-please-end -->

View File

@@ -2,4 +2,4 @@
package internal
const PackageVersion = "0.1.0-beta.9" // x-release-please-version
const PackageVersion = "0.1.0-beta.10" // x-release-please-version