We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d18d972 commit 9b6c4dfCopy full SHA for 9b6c4df
3 files changed
.release-please-manifest.json
@@ -1,3 +1,3 @@
1
{
2
- ".": "0.3.0"
+ ".": "0.3.1"
3
}
CHANGELOG.md
@@ -1,5 +1,13 @@
# Changelog
+## 0.3.1 (2026-03-25)
4
+
5
+Full Changelog: [v0.3.0...v0.3.1](https://github.com/beeper/desktop-api-cli/compare/v0.3.0...v0.3.1)
6
7
+### Chores
8
9
+* **ci:** skip lint on metadata-only changes ([d18d972](https://github.com/beeper/desktop-api-cli/commit/d18d972e88c1a03890fcbe3ba2f0dbffb06f5e48))
10
11
## 0.3.0 (2026-03-24)
12
13
Full Changelog: [v0.2.0...v0.3.0](https://github.com/beeper/desktop-api-cli/compare/v0.2.0...v0.3.0)
pkg/cmd/version.go
@@ -2,4 +2,4 @@
package cmd
-const Version = "0.3.0" // x-release-please-version
+const Version = "0.3.1" // x-release-please-version
0 commit comments