Skip to content

Commit

Permalink
release: 0.1.0-beta.6
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] authored Jan 30, 2025
1 parent bda1654 commit e9c77e8
Show file tree
Hide file tree
Showing 4 changed files with 23 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-beta.5"
".": "0.1.0-beta.6"
}
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Changelog

## 0.1.0-beta.6 (2025-01-30)

Full Changelog: [v0.1.0-beta.5...v0.1.0-beta.6](https://github.com/Metronome-Industries/metronome-go/compare/v0.1.0-beta.5...v0.1.0-beta.6)

### Features

* **api:** api update ([#82](https://github.com/Metronome-Industries/metronome-go/issues/82)) ([e595dba](https://github.com/Metronome-Industries/metronome-go/commit/e595dba88231c9d1ad1c2b58c738c9a622244ae6))
* **api:** api update ([#86](https://github.com/Metronome-Industries/metronome-go/issues/86)) ([828fa6d](https://github.com/Metronome-Industries/metronome-go/commit/828fa6d228275a6f0005cf518ec21782ca7703d0))


### Bug Fixes

* fix interface implementation stub names for unions ([#84](https://github.com/Metronome-Industries/metronome-go/issues/84)) ([c6124ab](https://github.com/Metronome-Industries/metronome-go/commit/c6124ab96197bc00d6014a381406bbb07a0eedb4))


### Chores

* **internal:** codegen related update ([#85](https://github.com/Metronome-Industries/metronome-go/issues/85)) ([1c9cd5e](https://github.com/Metronome-Industries/metronome-go/commit/1c9cd5eddb7d6cd8e9634fb2ea4fadf6f5a119de))
* **internal:** codegen related update ([#87](https://github.com/Metronome-Industries/metronome-go/issues/87)) ([bda1654](https://github.com/Metronome-Industries/metronome-go/commit/bda16540ec2dd5395563efebb1c2d555562267a6))

## 0.1.0-beta.5 (2025-01-27)

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

```sh
go get -u 'github.com/Metronome-Industries/metronome-go@v0.1.0-beta.5'
go get -u 'github.com/Metronome-Industries/metronome-go@v0.1.0-beta.6'
```

<!-- 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-beta.5" // x-release-please-version
const PackageVersion = "0.1.0-beta.6" // x-release-please-version

0 comments on commit e9c77e8

Please sign in to comment.