File tree Expand file tree Collapse file tree 4 files changed +11
-3
lines changed Expand file tree Collapse file tree 4 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "." : " 0.1.0-alpha.16 "
2
+ "." : " 0.1.0-alpha.17 "
3
3
}
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 0.1.0-alpha.17 (2025-04-08)
4
+
5
+ Full Changelog: [ v0.1.0-alpha.16...v0.1.0-alpha.17] ( https://github.com/openlayer-ai/openlayer-go/compare/v0.1.0-alpha.16...v0.1.0-alpha.17 )
6
+
7
+ ### Features
8
+
9
+ * ** client:** support custom http clients ([ #80 ] ( https://github.com/openlayer-ai/openlayer-go/issues/80 ) ) ([ 773c56c] ( https://github.com/openlayer-ai/openlayer-go/commit/773c56c93858bfec9e73ccb22950919bd968d606 ) )
10
+
3
11
## 0.1.0-alpha.16 (2025-04-03)
4
12
5
13
Full Changelog: [ v0.1.0-alpha.15...v0.1.0-alpha.16] ( https://github.com/openlayer-ai/openlayer-go/compare/v0.1.0-alpha.15...v0.1.0-alpha.16 )
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.16 '
27
+ go get -u ' github.com/openlayer-ai/openlayer-go@v0.1.0-alpha.17 '
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.16 " // x-release-please-version
5
+ const PackageVersion = "0.1.0-alpha.17 " // x-release-please-version
You can’t perform that action at this time.
0 commit comments