File tree Expand file tree Collapse file tree 3 files changed +10
-7
lines changed
Expand file tree Collapse file tree 3 files changed +10
-7
lines changed Original file line number Diff line number Diff line change @@ -32,17 +32,14 @@ Apache License, Version 2.0.
3232
3333## ColdBox CLI Versions
3434
35- The CLI matches the major version of ColdBox. ** Current version: 7.10.0 **
35+ The CLI matches the major version of ColdBox. ** Current version: 8 **
3636
37- - If you are using ** ColdBox 7** , use CLI ` @7 ` (recommended)
37+ - If you are using ** ColdBox 8** , use CLI ` @8 ` (recommended)
38+ - If you are using ** ColdBox 7** , use CLI ` @7.8.0 ` (recommended)
3839- If you are using ** ColdBox 6** , use CLI ` @6 ` (legacy support)
3940
4041This versioning ensures you get the correct commands and features for your version of ColdBox.
4142
42- ## System Requirements
43-
44- - CommandBox 5.5+
45-
4643## Installation
4744
4845Install the commands via CommandBox like so:
Original file line number Diff line number Diff line change 11{
22 "name" :" ColdBox CLI" ,
3- "version" :" 7.10 .0" ,
3+ "version" :" 8.0 .0" ,
44 "location" :" https://downloads.ortussolutions.com/ortussolutions/commandbox-modules/coldbox-cli/@build.version@/coldbox-cli-@build.version@.zip" ,
55 "slug" :" coldbox-cli" ,
66 "author" :" Ortus Solutions, Corp" ,
Original file line number Diff line number Diff line change @@ -13,6 +13,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1313
1414### Added
1515
16+ - Forgot to bump it to match ColdBox version.
17+
18+ ## [ 7.10.0] - 2025-10-10
19+
20+ ### Added
21+
1622- Modules Inherit Entry Point defaults to ` true ` now
1723- Brand new app-wizard for creating apps interactively
1824- fix colors for ps screens
You can’t perform that action at this time.
0 commit comments