Skip to content

Commit a2181d5

Browse files
author
Github Actions
committed
Finalized changelog for v8.10.0
1 parent c0f146c commit a2181d5

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

changelog.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
## [Unreleased]
1111

12+
## [8.10.0] - 2026-04-10
13+
1214
### Added
1315

1416
- Automatic app layout detection for code generation commands. The CLI now detects whether the project uses a modern layout (with `app/` and `public/` directories) or a flat layout, and automatically places generated files in the correct location (e.g., `app/models` vs `models`, `app/handlers` vs `handlers`, etc.).
@@ -304,7 +306,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
304306

305307
- Eclipse support
306308

307-
[unreleased]: https://github.com/ColdBox/coldbox-cli/compare/v8.9.0...HEAD
309+
[unreleased]: https://github.com/ColdBox/coldbox-cli/compare/v8.10.0...HEAD
310+
[8.10.0]: https://github.com/ColdBox/coldbox-cli/compare/v8.9.0...v8.10.0
308311
[8.9.0]: https://github.com/ColdBox/coldbox-cli/compare/v8.8.0...v8.9.0
309312
[8.8.0]: https://github.com/ColdBox/coldbox-cli/compare/v8.7.0...v8.8.0
310313
[8.7.0]: https://github.com/ColdBox/coldbox-cli/compare/v8.6.0...v8.7.0

0 commit comments

Comments
 (0)