1 parent 3c366ea commit 56244adCopy full SHA for 56244ad
3 files changed
.release-please-manifest.json
@@ -1,3 +1,3 @@
1
{
2
- ".": "0.7.1"
+ ".": "0.7.2"
3
}
CHANGELOG.md
@@ -1,5 +1,13 @@
# Changelog
+## 0.7.2 (2026-06-30)
4
+
5
+Full Changelog: [v0.7.1...v0.7.2](https://github.com/context-dot-dev/context-dev-cli/compare/v0.7.1...v0.7.2)
6
7
+### Chores
8
9
+* **internal:** codegen related update ([3c366ea](https://github.com/context-dot-dev/context-dev-cli/commit/3c366ea25e8f6ac84cbbe835a03bf3c8294831dc))
10
11
## 0.7.1 (2026-06-30)
12
13
Full Changelog: [v0.7.0...v0.7.1](https://github.com/context-dot-dev/context-dev-cli/compare/v0.7.0...v0.7.1)
pkg/cmd/version.go
@@ -2,4 +2,4 @@
package cmd
-const Version = "0.7.1" // x-release-please-version
+const Version = "0.7.2" // x-release-please-version
0 commit comments