File tree Expand file tree Collapse file tree 4 files changed +23
-3
lines changed Expand file tree Collapse file tree 4 files changed +23
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "." : " 0.1.0-alpha.14 "
2
+ "." : " 0.1.0-alpha.15 "
3
3
}
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
23
## 0.1.0-alpha.14 (2025-03-13)
4
24
5
25
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 )
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ Or to pin the version:
24
24
<!-- x-release-please-start-version -->
25
25
26
26
``` sh
27
- go get -u ' github.com/openlayer-ai/openlayer-go@v0.1.0-alpha.14 '
27
+ go get -u ' github.com/openlayer-ai/openlayer-go@v0.1.0-alpha.15 '
28
28
```
29
29
30
30
<!-- x-release-please-end -->
Original file line number Diff line number Diff line change 2
2
3
3
package internal
4
4
5
- const PackageVersion = "0.1.0-alpha.14 " // x-release-please-version
5
+ const PackageVersion = "0.1.0-alpha.15 " // x-release-please-version
You can’t perform that action at this time.
0 commit comments