Skip to content

Commit c0eba91

Browse files
release: 0.1.0-beta.1
1 parent 4fba869 commit c0eba91

File tree

4 files changed

+16
-3
lines changed

4 files changed

+16
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.1.0-alpha.67"
2+
".": "0.1.0-beta.1"
33
}

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## 0.1.0-beta.1 (2025-03-22)
4+
5+
Full Changelog: [v0.1.0-alpha.67...v0.1.0-beta.1](https://github.com/openai/openai-go/compare/v0.1.0-alpha.67...v0.1.0-beta.1)
6+
7+
### Bug Fixes
8+
9+
* **client:** resolve ToParams regression ([#311](https://github.com/openai/openai-go/issues/311)) ([4fba869](https://github.com/openai/openai-go/commit/4fba86900958479dd8fa1e10e184f7f18b784b67))
10+
11+
12+
### Chores
13+
14+
* **docs:** clarify breaking changes ([#306](https://github.com/openai/openai-go/issues/306)) ([db4bd1f](https://github.com/openai/openai-go/commit/db4bd1f5304aa523a6b62da6e2571487d4248518))
15+
316
## 0.1.0-alpha.67 (2025-03-21)
417

518
Full Changelog: [v0.1.0-alpha.66...v0.1.0-alpha.67](https://github.com/openai/openai-go/compare/v0.1.0-alpha.66...v0.1.0-alpha.67)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Or to pin the version:
2626
<!-- x-release-please-start-version -->
2727

2828
```sh
29-
go get -u 'github.com/openai/[email protected]alpha.67'
29+
go get -u 'github.com/openai/[email protected]beta.1'
3030
```
3131

3232
<!-- x-release-please-end -->

internal/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
package internal
44

5-
const PackageVersion = "0.1.0-alpha.67" // x-release-please-version
5+
const PackageVersion = "0.1.0-beta.1" // x-release-please-version

0 commit comments

Comments
 (0)