Skip to content

Commit c4f3bf9

Browse files
release: 0.7.2
1 parent 24a151f commit c4f3bf9

4 files changed

Lines changed: 12 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.7.2"
33
}

CHANGELOG.md

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

3+
## 0.7.2 (2026-04-23)
4+
5+
Full Changelog: [v0.7.1...v0.7.2](https://github.com/openlayer-ai/openlayer-go/compare/v0.7.1...v0.7.2)
6+
7+
### Chores
8+
9+
* **internal:** more robust bootstrap script ([24a151f](https://github.com/openlayer-ai/openlayer-go/commit/24a151ff7c5d0ddc8c5cc2ed081c7b3bd6b38f23))
10+
* **tests:** bump steady to v0.22.1 ([7489be2](https://github.com/openlayer-ai/openlayer-go/commit/7489be22b8e6e9e0a62ed9297b18a44dc6db45cc))
11+
312
## 0.7.1 (2026-04-10)
413

514
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.7.2'
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.7.2" // x-release-please-version

0 commit comments

Comments
 (0)