Skip to content

Commit 1356ffd

Browse files
release: 0.1.0-alpha.66
1 parent 26ae175 commit 1356ffd

File tree

4 files changed

+22
-3
lines changed

4 files changed

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

CHANGELOG.md

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

3+
## 0.1.0-alpha.66 (2025-03-20)
4+
5+
Full Changelog: [v0.1.0-alpha.65...v0.1.0-alpha.66](https://github.com/openai/openai-go/compare/v0.1.0-alpha.65...v0.1.0-alpha.66)
6+
7+
### Features
8+
9+
* **api:** o1-pro now available through the API ([#296](https://github.com/openai/openai-go/issues/296)) ([c3265ab](https://github.com/openai/openai-go/commit/c3265ab62826e475a61bb951115913a9acdc6947))
10+
11+
12+
### Bug Fixes
13+
14+
* **api:** correct some Responses types ([#295](https://github.com/openai/openai-go/issues/295)) ([9ec5b48](https://github.com/openai/openai-go/commit/9ec5b4821800f1312660de85043fe1755f80375f))
15+
* **types:** improve responses type names ([ffc93bb](https://github.com/openai/openai-go/commit/ffc93bb7b7a9020032693728bd33b6675057a618))
16+
17+
18+
### Chores
19+
20+
* **internal:** codegen related update ([#292](https://github.com/openai/openai-go/issues/292)) ([81e7895](https://github.com/openai/openai-go/commit/81e789545a3c6eac8bc56687f8131308735ac8fc))
21+
322
## 0.1.0-alpha.65 (2025-03-17)
423

524
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)

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].65'
28+
go get -u 'github.com/openai/[email protected].66'
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.65" // x-release-please-version
5+
const PackageVersion = "0.1.0-alpha.66" // x-release-please-version

0 commit comments

Comments
 (0)