1 parent 11f8c88 commit e9210dbCopy full SHA for e9210db
3 files changed
.release-please-manifest.json
@@ -1,3 +1,3 @@
1
{
2
- ".": "1.8.0"
+ ".": "1.9.0"
3
}
CHANGELOG.md
@@ -1,5 +1,12 @@
# Changelog
+## [1.9.0](https://github.com/context-dot-dev/context-dev-cli/compare/v1.8.0...v1.9.0) (2026-08-27)
4
+
5
6
+### Features
7
8
+* initial stlc build ([5dc353c](https://github.com/context-dot-dev/context-dev-cli/commit/5dc353c8190ed4d2747a3e07c09fffb4ad7ec710))
9
10
## 1.8.0 (2026-08-23)
11
12
Full Changelog: [v1.7.0...v1.8.0](https://github.com/context-dot-dev/context-dev-cli/compare/v1.7.0...v1.8.0)
pkg/cmd/version.go
@@ -2,4 +2,4 @@
package cmd
-const Version = "1.8.0" // x-release-please-version
+const Version = "1.9.0" // x-release-please-version
0 commit comments