Skip to content

Commit

Permalink
Merge pull request #18 from maestro-org/release-please--branches--mai…
Browse files Browse the repository at this point in the history
…n--changes--next

release: 0.1.0-alpha.5
  • Loading branch information
Vardominator authored Oct 8, 2024
2 parents 51040fc + e75ee75 commit 5882951
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 4 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"
}
2 changes: 1 addition & 1 deletion .stats.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
configured_endpoints: 24
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/maestro%2Fmaestro-bitcoin-c531b4034ac885b312d47dac9228993502b0ea2f32bf5e939c0f0e096b1ba462.yml
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/maestro%2Fmaestro-bitcoin-56ccde54a9df97c3bde58eb3f242bb6d272c229ab98cab9792698c3b0d9b88b7.yml
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

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

Full Changelog: [v0.1.0-alpha.4...v0.1.0-alpha.5](https://github.com/maestro-org/maestro-bitcoin-go-sdk/compare/v0.1.0-alpha.4...v0.1.0-alpha.5)

### Features

* **api:** OpenAPI spec update via Stainless API ([#17](https://github.com/maestro-org/maestro-bitcoin-go-sdk/issues/17)) ([678d16d](https://github.com/maestro-org/maestro-bitcoin-go-sdk/commit/678d16df79fae347bcc98c83cec83d4e4f1f509b))
* **api:** OpenAPI spec update via Stainless API ([#19](https://github.com/maestro-org/maestro-bitcoin-go-sdk/issues/19)) ([33fbc6a](https://github.com/maestro-org/maestro-bitcoin-go-sdk/commit/33fbc6a23e90ed5e05f042ec8fba7d9d3a65098d))

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

Full Changelog: [v0.1.0-alpha.3...v0.1.0-alpha.4](https://github.com/maestro-org/maestro-bitcoin-go-sdk/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 @@ -22,7 +22,7 @@ Or to pin the version:
<!-- x-release-please-start-version -->

```sh
go get -u 'github.com/maestro-org/[email protected].4'
go get -u 'github.com/maestro-org/[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 5882951

Please sign in to comment.