Skip to content

Commit b050ebf

Browse files
authored
Merge pull request #21 from ColdBox/development
V8
2 parents 3317fb4 + 28dc27b commit b050ebf

File tree

3 files changed

+10
-7
lines changed

3 files changed

+10
-7
lines changed

README.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff 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

4041
This 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

4845
Install the commands via CommandBox like so:

box.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",

changelog.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)