mirror of
https://github.com/openai/openai-go.git
synced 2026-04-01 00:57:11 +09:00
release: 0.1.0-beta.10
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
{
|
||||
".": "0.1.0-beta.9"
|
||||
".": "0.1.0-beta.10"
|
||||
}
|
||||
@@ -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)
|
||||
|
||||
@@ -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 -->
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user