Skip to content

Commit 1fb355d

Browse files
release: 0.8.0
1 parent 5614b9a commit 1fb355d

4 files changed

Lines changed: 19 additions & 3 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.7.1"
2+
".": "0.8.0"
33
}

CHANGELOG.md

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

3+
## 0.8.0 (2026-05-01)
4+
5+
Full Changelog: [v0.7.1...v0.8.0](https://github.com/openlayer-ai/openlayer-go/compare/v0.7.1...v0.8.0)
6+
7+
### Features
8+
9+
* **go:** add default http client with timeout ([da44eaf](https://github.com/openlayer-ai/openlayer-go/commit/da44eaf95248221675f2fad295bb5d077fcff661))
10+
* support setting headers via env ([7e985fe](https://github.com/openlayer-ai/openlayer-go/commit/7e985fe107dff7315cdc641249c35702ba922c0e))
11+
12+
13+
### Chores
14+
15+
* avoid embedding reflect.Type for dead code elimination ([5614b9a](https://github.com/openlayer-ai/openlayer-go/commit/5614b9adad1475db7b0679e381cb4fdea7e38909))
16+
* **internal:** more robust bootstrap script ([24a151f](https://github.com/openlayer-ai/openlayer-go/commit/24a151ff7c5d0ddc8c5cc2ed081c7b3bd6b38f23))
17+
* **tests:** bump steady to v0.22.1 ([7489be2](https://github.com/openlayer-ai/openlayer-go/commit/7489be22b8e6e9e0a62ed9297b18a44dc6db45cc))
18+
319
## 0.7.1 (2026-04-10)
420

521
Full Changelog: [v0.7.0...v0.7.1](https://github.com/openlayer-ai/openlayer-go/compare/v0.7.0...v0.7.1)

README.md

Lines changed: 1 addition & 1 deletion
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/openlayer-go@v0.7.1'
27+
go get -u 'github.com/openlayer-ai/openlayer-go@v0.8.0'
2828
```
2929

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

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.7.1" // x-release-please-version
5+
const PackageVersion = "0.8.0" // x-release-please-version

0 commit comments

Comments
 (0)