Skip to content

Commit dc07541

Browse files
release: 0.1.0-alpha.30
1 parent 6bb0f75 commit dc07541

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

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

3+
## 0.1.0-alpha.30 (2024-10-22)
4+
5+
Full Changelog: [v0.1.0-alpha.29...v0.1.0-alpha.30](https://github.com/openai/openai-go/compare/v0.1.0-alpha.29...v0.1.0-alpha.30)
6+
7+
### ⚠ BREAKING CHANGES
8+
9+
* **client:** improve naming of some variants ([#89](https://github.com/openai/openai-go/issues/89))
10+
11+
### Features
12+
13+
* **client:** improve naming of some variants ([#89](https://github.com/openai/openai-go/issues/89)) ([12ac070](https://github.com/openai/openai-go/commit/12ac070611061e98ae2aaaeefa8eb661ff7f995f))
14+
315
## 0.1.0-alpha.29 (2024-10-17)
416

517
Full Changelog: [v0.1.0-alpha.28...v0.1.0-alpha.29](https://github.com/openai/openai-go/compare/v0.1.0-alpha.28...v0.1.0-alpha.29)

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.29" // x-release-please-version
5+
const PackageVersion = "0.1.0-alpha.30" // x-release-please-version

0 commit comments

Comments
 (0)