1 parent 5172fcf commit b3579bbCopy full SHA for b3579bb
3 files changed
.release-please-manifest.json
@@ -1,3 +1,3 @@
1
{
2
- ".": "0.1.0"
+ ".": "0.2.0"
3
}
CHANGELOG.md
@@ -1,5 +1,13 @@
# Changelog
+## 0.2.0 (2026-06-19)
4
+
5
+Full Changelog: [v0.1.0...v0.2.0](https://github.com/context-dot-dev/context-dev-cli/compare/v0.1.0...v0.2.0)
6
7
+### Features
8
9
+* **api:** api update ([f6c4de7](https://github.com/context-dot-dev/context-dev-cli/commit/f6c4de7fc399ff172e50ec287aa6302d69741c13))
10
11
## 0.1.0 (2026-06-19)
12
13
Full Changelog: [v0.0.2...v0.1.0](https://github.com/context-dot-dev/context-dev-cli/compare/v0.0.2...v0.1.0)
pkg/cmd/version.go
@@ -2,4 +2,4 @@
package cmd
-const Version = "0.1.0" // x-release-please-version
+const Version = "0.2.0" // x-release-please-version
0 commit comments