Skip to content

Commit 580a1ae

Browse files
release: 0.1.0-alpha.15
1 parent eeceb23 commit 580a1ae

File tree

4 files changed

+23
-3
lines changed

4 files changed

+23
-3
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.1.0-alpha.14"
2+
".": "0.1.0-alpha.15"
33
}

CHANGELOG.md

+20
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# Changelog
22

3+
## 0.1.0-alpha.15 (2025-03-14)
4+
5+
Full Changelog: [v0.1.0-alpha.14...v0.1.0-alpha.15](https://github.com/openlayer-ai/openlayer-go/compare/v0.1.0-alpha.14...v0.1.0-alpha.15)
6+
7+
### Features
8+
9+
* **client:** accept RFC6838 JSON content types ([#68](https://github.com/openlayer-ai/openlayer-go/issues/68)) ([6596131](https://github.com/openlayer-ai/openlayer-go/commit/659613119e8c7b1574c5613daa610311213957ad))
10+
* **client:** improve default client options support ([#70](https://github.com/openlayer-ai/openlayer-go/issues/70)) ([b22284c](https://github.com/openlayer-ai/openlayer-go/commit/b22284c7b950b30bd922aed075df97038f54d09c))
11+
12+
13+
### Chores
14+
15+
* **internal:** codegen related update ([#66](https://github.com/openlayer-ai/openlayer-go/issues/66)) ([695347c](https://github.com/openlayer-ai/openlayer-go/commit/695347c6b725a93db08983610105f81e435bb913))
16+
* **internal:** remove extra empty newlines ([#71](https://github.com/openlayer-ai/openlayer-go/issues/71)) ([44dc1c3](https://github.com/openlayer-ai/openlayer-go/commit/44dc1c324cd0c79bebfe46ee50da4b800eea0a2e))
17+
18+
19+
### Refactors
20+
21+
* tidy up dependencies ([#69](https://github.com/openlayer-ai/openlayer-go/issues/69)) ([c676b56](https://github.com/openlayer-ai/openlayer-go/commit/c676b5617241008228c0a68138a09b52810506f6))
22+
323
## 0.1.0-alpha.14 (2025-03-13)
424

525
Full Changelog: [v0.1.0-alpha.13...v0.1.0-alpha.14](https://github.com/openlayer-ai/openlayer-go/compare/v0.1.0-alpha.13...v0.1.0-alpha.14)

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Or to pin the version:
2424
<!-- x-release-please-start-version -->
2525

2626
```sh
27-
go get -u 'github.com/openlayer-ai/[email protected].14'
27+
go get -u 'github.com/openlayer-ai/[email protected].15'
2828
```
2929

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

internal/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
package internal
44

5-
const PackageVersion = "0.1.0-alpha.14" // x-release-please-version
5+
const PackageVersion = "0.1.0-alpha.15" // x-release-please-version

0 commit comments

Comments
 (0)