From 8e8cb94eaa29977e6106442d344e2e3f528c4da8 Mon Sep 17 00:00:00 2001 From: Github Actions Date: Fri, 10 Oct 2025 13:38:39 +0000 Subject: [PATCH 1/2] Version bump --- box.json | 2 +- changelog.md | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/box.json b/box.json index 9ac7c24..986d9f8 100644 --- a/box.json +++ b/box.json @@ -1,6 +1,6 @@ { "name":"ColdBox CLI", - "version":"7.10.0", + "version":"7.11.0", "location":"https://downloads.ortussolutions.com/ortussolutions/commandbox-modules/coldbox-cli/@build.version@/coldbox-cli-@build.version@.zip", "slug":"coldbox-cli", "author":"Ortus Solutions, Corp", diff --git a/changelog.md b/changelog.md index 02843a7..a2ca3f8 100644 --- a/changelog.md +++ b/changelog.md @@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [7.10.0] - 2025-10-10 + ### Added - Modules Inherit Entry Point defaults to `true` now @@ -145,7 +147,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Eclipse support -[unreleased]: https://github.com/ColdBox/coldbox-cli/compare/v7.8.0...HEAD +[unreleased]: https://github.com/ColdBox/coldbox-cli/compare/v7.10.0...HEAD +[7.10.0]: https://github.com/ColdBox/coldbox-cli/compare/v7.8.0...v7.10.0 [7.8.0]: https://github.com/ColdBox/coldbox-cli/compare/v7.8.0...v7.8.0 [7.7.0]: https://github.com/ColdBox/coldbox-cli/compare/v7.6.0...v7.7.0 [7.6.0]: https://github.com/ColdBox/coldbox-cli/compare/v7.5.0...v7.6.0 From 28dc27bc13c3db6717040db9cece67840439a61f Mon Sep 17 00:00:00 2001 From: Luis Majano Date: Fri, 10 Oct 2025 19:21:03 +0200 Subject: [PATCH 2/2] oops --- README.md | 9 +++------ box.json | 2 +- changelog.md | 4 ++++ 3 files changed, 8 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index ea7ee00..39dab60 100644 --- a/README.md +++ b/README.md @@ -32,17 +32,14 @@ Apache License, Version 2.0. ## ColdBox CLI Versions -The CLI matches the major version of ColdBox. **Current version: 7.10.0** +The CLI matches the major version of ColdBox. **Current version: 8** -- If you are using **ColdBox 7**, use CLI `@7` (recommended) +- If you are using **ColdBox 8**, use CLI `@8` (recommended) +- If you are using **ColdBox 7**, use CLI `@7.8.0` (recommended) - If you are using **ColdBox 6**, use CLI `@6` (legacy support) This versioning ensures you get the correct commands and features for your version of ColdBox. -## System Requirements - -- CommandBox 5.5+ - ## Installation Install the commands via CommandBox like so: diff --git a/box.json b/box.json index 986d9f8..2deb11b 100644 --- a/box.json +++ b/box.json @@ -1,6 +1,6 @@ { "name":"ColdBox CLI", - "version":"7.11.0", + "version":"8.0.0", "location":"https://downloads.ortussolutions.com/ortussolutions/commandbox-modules/coldbox-cli/@build.version@/coldbox-cli-@build.version@.zip", "slug":"coldbox-cli", "author":"Ortus Solutions, Corp", diff --git a/changelog.md b/changelog.md index a2ca3f8..2d6d611 100644 --- a/changelog.md +++ b/changelog.md @@ -9,6 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Added + +- Forgot to bump it to match ColdBox version. + ## [7.10.0] - 2025-10-10 ### Added