Skip to content

Commit 6064a83

Browse files
release: 0.5.1
1 parent ce4f065 commit 6064a83

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-3
lines changed

.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.5.0"
2+
".": "0.5.1"
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.5.1 (2026-03-11)
4+
5+
Full Changelog: [v0.5.0...v0.5.1](https://github.com/beeper/desktop-api-go/compare/v0.5.0...v0.5.1)
6+
7+
### Chores
8+
9+
* **internal:** minor cleanup ([9504a61](https://github.com/beeper/desktop-api-go/commit/9504a6100b1c23909976ac1473285cab5397aece))
10+
* **internal:** use explicit returns ([ce4f065](https://github.com/beeper/desktop-api-go/commit/ce4f065cc711a045df715b8c0a7c4338f7d114db))
11+
312
## 0.5.0 (2026-03-06)
413

514
Full Changelog: [v0.4.0...v0.5.0](https://github.com/beeper/desktop-api-go/compare/v0.4.0...v0.5.0)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Or to pin the version:
3535
<!-- x-release-please-start-version -->
3636

3737
```sh
38-
go get -u 'github.com/beeper/[email protected].0'
38+
go get -u 'github.com/beeper/[email protected].1'
3939
```
4040

4141
<!-- 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.5.0" // x-release-please-version
5+
const PackageVersion = "0.5.1" // x-release-please-version

0 commit comments

Comments
 (0)