1 parent 22478e2 commit 0ad64b6Copy full SHA for 0ad64b6
3 files changed
.release-please-manifest.json
@@ -1,3 +1,3 @@
1
{
2
- ".": "1.6.0"
+ ".": "1.7.0"
3
}
CHANGELOG.md
@@ -1,5 +1,13 @@
# Changelog
+## 1.7.0 (2026-08-17)
4
+
5
+Full Changelog: [v1.6.0...v1.7.0](https://github.com/context-dot-dev/context-dev-cli/compare/v1.6.0...v1.7.0)
6
7
+### Features
8
9
+* **api:** api update ([22478e2](https://github.com/context-dot-dev/context-dev-cli/commit/22478e2f26fc4bcc47509a449e47a7f4e0ec8a23))
10
11
## 1.6.0 (2026-08-17)
12
13
Full Changelog: [v1.5.0...v1.6.0](https://github.com/context-dot-dev/context-dev-cli/compare/v1.5.0...v1.6.0)
pkg/cmd/version.go
@@ -2,4 +2,4 @@
package cmd
-const Version = "1.6.0" // x-release-please-version
+const Version = "1.7.0" // x-release-please-version
0 commit comments