1 parent 5a94b3a commit 560b2f8Copy full SHA for 560b2f8
3 files changed
.release-please-manifest.json
@@ -1,3 +1,3 @@
1
{
2
- ".": "0.9.0"
+ ".": "0.10.0"
3
}
CHANGELOG.md
@@ -1,5 +1,13 @@
# Changelog
+## 0.10.0 (2026-07-09)
4
+
5
+Full Changelog: [v0.9.0...v0.10.0](https://github.com/context-dot-dev/context-dev-cli/compare/v0.9.0...v0.10.0)
6
7
+### Features
8
9
+* **api:** api update ([fd7e3fe](https://github.com/context-dot-dev/context-dev-cli/commit/fd7e3fec2da55fc91c40c2e4f0e7d9247ebf5400))
10
11
## 0.9.0 (2026-07-08)
12
13
Full Changelog: [v0.8.0...v0.9.0](https://github.com/context-dot-dev/context-dev-cli/compare/v0.8.0...v0.9.0)
pkg/cmd/version.go
@@ -2,4 +2,4 @@
package cmd
-const Version = "0.9.0" // x-release-please-version
+const Version = "0.10.0" // x-release-please-version
0 commit comments