1 parent f17c68f commit 776127cCopy full SHA for 776127c
3 files changed
.release-please-manifest.json
@@ -1,3 +1,3 @@
1
{
2
- ".": "0.8.0"
+ ".": "0.9.0"
3
}
CHANGELOG.md
@@ -1,5 +1,13 @@
# Changelog
+## 0.9.0 (2026-07-07)
4
+
5
+Full Changelog: [v0.8.0...v0.9.0](https://github.com/context-dot-dev/context-dev-cli/compare/v0.8.0...v0.9.0)
6
7
+### Features
8
9
+* **api:** api update ([40129c5](https://github.com/context-dot-dev/context-dev-cli/commit/40129c5f3a5fb562d1ef4c0a2f2ab408d0ca2732))
10
11
## 0.8.0 (2026-07-06)
12
13
Full Changelog: [v0.7.1...v0.8.0](https://github.com/context-dot-dev/context-dev-cli/compare/v0.7.1...v0.8.0)
pkg/cmd/version.go
@@ -2,4 +2,4 @@
package cmd
-const Version = "0.8.0" // x-release-please-version
+const Version = "0.9.0" // x-release-please-version
0 commit comments