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