1 parent 47fc775 commit 4fdc350Copy full SHA for 4fdc350
3 files changed
.release-please-manifest.json
@@ -1,3 +1,3 @@
1
{
2
- ".": "0.11.0"
+ ".": "1.0.0"
3
}
CHANGELOG.md
@@ -1,5 +1,13 @@
# Changelog
+## 1.0.0 (2026-07-12)
4
+
5
+Full Changelog: [v0.11.0...v1.0.0](https://github.com/context-dot-dev/context-dev-cli/compare/v0.11.0...v1.0.0)
6
7
+### Features
8
9
+* **api:** api update ([47fc775](https://github.com/context-dot-dev/context-dev-cli/commit/47fc77546b9d9979e7d14d80d0bed7a6cfaa9e44))
10
11
## 0.11.0 (2026-07-12)
12
13
Full Changelog: [v0.10.0...v0.11.0](https://github.com/context-dot-dev/context-dev-cli/compare/v0.10.0...v0.11.0)
pkg/cmd/version.go
@@ -2,4 +2,4 @@
package cmd
-const Version = "0.11.0" // x-release-please-version
+const Version = "1.0.0" // x-release-please-version
0 commit comments