File tree Expand file tree Collapse file tree 4 files changed +24
-3
lines changed Expand file tree Collapse file tree 4 files changed +24
-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-16)
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
+
11
+
12
+ ### Chores
13
+
14
+ * ** docs:** document pre-request options ([ 6cc0281] ( https://github.com/openlayer-ai/openlayer-go/commit/6cc028136dc67f77881c5c1f4d466254694a0679 ) )
15
+ * ** internal:** expand CI branch coverage ([ 14067c7] ( https://github.com/openlayer-ai/openlayer-go/commit/14067c7e9dfa7c1bcdfb9ded29ce3eaea12d1bd2 ) )
16
+ * ** internal:** reduce CI branch coverage ([ 08c00ca] ( https://github.com/openlayer-ai/openlayer-go/commit/08c00cadee41cd7f6b3bd2873a0a1f18ba997a99 ) )
17
+ * ** tests:** improve enum examples ([ #82 ] ( https://github.com/openlayer-ai/openlayer-go/issues/82 ) ) ([ c4047ae] ( https://github.com/openlayer-ai/openlayer-go/commit/c4047aeebaf1c7ae8aa176572a1615746bee8bb5 ) )
18
+
19
+
20
+ ### Documentation
21
+
22
+ * update documentation links to be more uniform ([ 6245eac] ( https://github.com/openlayer-ai/openlayer-go/commit/6245eac124bdfa974d36963c293b4f6d1b791021 ) )
23
+
3
24
## 0.1.0-alpha.16 (2025-04-03)
4
25
5
26
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