1 parent 2cb5f95 commit 7c4684eCopy full SHA for 7c4684e
3 files changed
.release-please-manifest.json
@@ -1,3 +1,3 @@
1
{
2
- ".": "0.0.1"
+ ".": "0.0.2"
3
}
CHANGELOG.md
@@ -0,0 +1,10 @@
+# Changelog
+
+## 0.0.2 (2026-06-11)
4
5
+Full Changelog: [v0.0.1...v0.0.2](https://github.com/context-dot-dev/context-dev-cli/compare/v0.0.1...v0.0.2)
6
7
+### Chores
8
9
+* configure new SDK language ([e89b37b](https://github.com/context-dot-dev/context-dev-cli/commit/e89b37b1061f3d846832b13852a6a4117c49910b))
10
+* update SDK settings ([2cb5f95](https://github.com/context-dot-dev/context-dev-cli/commit/2cb5f95e56c35f5bf415999f877917625025e7ef))
pkg/cmd/version.go
@@ -2,4 +2,4 @@
package cmd
-const Version = "0.0.1" // x-release-please-version
+const Version = "0.0.2" // x-release-please-version
0 commit comments