Skip to content

Commit

Permalink
release: 0.1.0-alpha.5
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] committed Aug 14, 2024
1 parent a2831df commit d8e697a
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.1.0-alpha.4"
".": "0.1.0-alpha.5"
}
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# Changelog

## 0.1.0-alpha.5 (2024-08-14)

Full Changelog: [v0.1.0-alpha.4...v0.1.0-alpha.5](https://github.com/openlayer-ai/openlayer-go/compare/v0.1.0-alpha.4...v0.1.0-alpha.5)

### Features

* **api:** OpenAPI spec update via Stainless API ([#19](https://github.com/openlayer-ai/openlayer-go/issues/19)) ([b142e08](https://github.com/openlayer-ai/openlayer-go/commit/b142e0847a75b53b079925803bcc75c7c79e2bc0))
* **api:** OpenAPI spec update via Stainless API ([#23](https://github.com/openlayer-ai/openlayer-go/issues/23)) ([2529ae2](https://github.com/openlayer-ai/openlayer-go/commit/2529ae228b86f98a147cae383ffdbe74188d8b2c))
* **api:** OpenAPI spec update via Stainless API ([#24](https://github.com/openlayer-ai/openlayer-go/issues/24)) ([ca8e5fc](https://github.com/openlayer-ai/openlayer-go/commit/ca8e5fcf6aa42d026db5e174e94b98d25496af4d))
* **api:** update via SDK Studio ([#21](https://github.com/openlayer-ai/openlayer-go/issues/21)) ([f83d4cf](https://github.com/openlayer-ai/openlayer-go/commit/f83d4cf7708169f3ca03e22940a09aab95c3a15d))
* **api:** update via SDK Studio ([#22](https://github.com/openlayer-ai/openlayer-go/issues/22)) ([4af16b0](https://github.com/openlayer-ai/openlayer-go/commit/4af16b0774291fa1d0646ba33e9e88fe1084216d))
* **api:** update via SDK Studio ([#28](https://github.com/openlayer-ai/openlayer-go/issues/28)) ([6d5de0c](https://github.com/openlayer-ai/openlayer-go/commit/6d5de0c9a769b76e83cd308224198f1887e6e848))
* **api:** update via SDK Studio ([#29](https://github.com/openlayer-ai/openlayer-go/issues/29)) ([9bd7ba4](https://github.com/openlayer-ai/openlayer-go/commit/9bd7ba402687a7aab4214a386cd0d9f526c674a1))
* **api:** update via SDK Studio ([#30](https://github.com/openlayer-ai/openlayer-go/issues/30)) ([fe250fe](https://github.com/openlayer-ai/openlayer-go/commit/fe250fe2f2b6ba4baeb26bc50f06dc7fbe113649))


### Chores

* **ci:** limit release doctor target branches ([#25](https://github.com/openlayer-ai/openlayer-go/issues/25)) ([e2d8fc3](https://github.com/openlayer-ai/openlayer-go/commit/e2d8fc3b3427c5830f246ef91c0dd8b7020680a0))
* **ci:** remove unused release doctor ([#26](https://github.com/openlayer-ai/openlayer-go/issues/26)) ([6103065](https://github.com/openlayer-ai/openlayer-go/commit/61030659c93ba65ef0f15117ff6821452c737893))
* **tests:** update prism version ([#31](https://github.com/openlayer-ai/openlayer-go/issues/31)) ([b414437](https://github.com/openlayer-ai/openlayer-go/commit/b41443718f2fc5b163924cb50bf799ee78d52529))

## 0.1.0-alpha.4 (2024-07-08)

Full Changelog: [v0.1.0-alpha.3...v0.1.0-alpha.4](https://github.com/openlayer-ai/openlayer-go/compare/v0.1.0-alpha.3...v0.1.0-alpha.4)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Or to pin the version:
<!-- x-release-please-start-version -->

```sh
go get -u 'github.com/openlayer-ai/[email protected].4'
go get -u 'github.com/openlayer-ai/[email protected].5'
```

<!-- x-release-please-end -->
Expand Down
2 changes: 1 addition & 1 deletion internal/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

package internal

const PackageVersion = "0.1.0-alpha.4" // x-release-please-version
const PackageVersion = "0.1.0-alpha.5" // x-release-please-version

0 comments on commit d8e697a

Please sign in to comment.