Skip to content

Commit ddd34e8

Browse files
release: 0.1.0-alpha.65
1 parent 27008f2 commit ddd34e8

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-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.64"
2+
".": "0.1.0-alpha.65"
33
}

CHANGELOG.md

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

3+
## 0.1.0-alpha.65 (2025-03-17)
4+
5+
Full Changelog: [v0.1.0-alpha.64...v0.1.0-alpha.65](https://github.com/openai/openai-go/compare/v0.1.0-alpha.64...v0.1.0-alpha.65)
6+
7+
### Bug Fixes
8+
9+
* **ci:** add workflow back in ([f695f00](https://github.com/openai/openai-go/commit/f695f0013d805623548b42c346a167ee15dd9405))
10+
* revert bad update ([e1ebde6](https://github.com/openai/openai-go/commit/e1ebde6c189d93efd9bae193a8686242446b86f3))
11+
312
## 0.1.0-alpha.64 (2025-03-15)
413

514
Full Changelog: [v0.1.0-alpha.63...v0.1.0-alpha.64](https://github.com/openai/openai-go/compare/v0.1.0-alpha.63...v0.1.0-alpha.64)

README.md

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

2727
```sh
28-
go get -u 'github.com/openai/[email protected].64'
28+
go get -u 'github.com/openai/[email protected].65'
2929
```
3030

3131
<!-- 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.64" // x-release-please-version
5+
const PackageVersion = "0.1.0-alpha.65" // x-release-please-version

0 commit comments

Comments
 (0)