We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da3011e commit 4070221Copy full SHA for 4070221
3 files changed
.release-please-manifest.json
@@ -1,3 +1,3 @@
1
{
2
- ".": "0.2.0"
+ ".": "0.2.1"
3
}
CHANGELOG.md
@@ -1,5 +1,13 @@
# Changelog
+## 0.2.1 (2026-03-12)
4
+
5
+Full Changelog: [v0.2.0...v0.2.1](https://github.com/beeper/desktop-api-cli/compare/v0.2.0...v0.2.1)
6
7
+### Chores
8
9
+* **internal:** codegen related update ([2a0195e](https://github.com/beeper/desktop-api-cli/commit/2a0195ef893339e931434cc30db149f45a0479aa))
10
11
## 0.2.0 (2026-03-06)
12
13
Full Changelog: [v0.1.1...v0.2.0](https://github.com/beeper/desktop-api-cli/compare/v0.1.1...v0.2.0)
pkg/cmd/version.go
@@ -2,4 +2,4 @@
package cmd
-const Version = "0.2.0" // x-release-please-version
+const Version = "0.2.1" // x-release-please-version
0 commit comments