Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Github Actions committed Feb 19, 2025
1 parent 3a58ff8 commit a068714
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
10 changes: 5 additions & 5 deletions box.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name":"ColdBox ORM Extensions",
"version":"4.6.0",
"version":"4.7.0",
"location":"https://downloads.ortussolutions.com/ortussolutions/coldbox-modules/cborm/@build.version@/[email protected]@.zip",
"author":"Ortus Solutions <[email protected]",
"homepage":"https://github.com/coldbox-modules/cborm",
Expand Down Expand Up @@ -32,7 +32,7 @@
"cbpaginator":"^2.0.0"
},
"devDependencies":{
"commandbox-boxlang":"*",
"commandbox-boxlang":"*",
"commandbox-cfformat":"*",
"commandbox-docbox":"*",
"commandbox-dotenv":"*",
Expand All @@ -55,15 +55,15 @@
"format:check":"cfformat check aop,dsl,interceptors,models,test-harness/tests/,ModuleConfig.cfc ./.cfformat.json",
"install:dependencies":"install && cd test-harness && install",
"startdbs":"!docker-compose -f docker-compose.yml up",
"start:boxlang":"server start [email protected]",
"start:boxlang":"server start [email protected]",
"start:lucee":"server start [email protected]",
"start:2021":"server start [email protected]",
"start:2023":"server start [email protected]",
"stop:boxlang":"server stop [email protected]",
"stop:boxlang":"server stop [email protected]",
"stop:lucee":"server stop [email protected]",
"stop:2021":"server stop [email protected]",
"stop:2023":"server stop [email protected]",
"logs:boxlang":"server log [email protected] --follow",
"logs:boxlang":"server log [email protected] --follow",
"logs:lucee":"server log [email protected] --follow",
"logs:2021":"server log [email protected] --follow",
"logs:2023":"server log [email protected] --follow"
Expand Down
5 changes: 4 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [4.6.0] - 2025-02-19

### Fixed

- [CBORM-37](https://ortussolutions.atlassian.net/browse/CBORM-37) - Fixed issue on `PostLoad` event handler for multi-datasource entities
Expand Down Expand Up @@ -555,5 +557,6 @@ Remember this entity extends the Virtual Service, so we get all the features abo
- Create first module version

[4.4.0]: https://github.com/coldbox-modules/cborm/compare/13af593fa8a7bf2c4396e9be9d0dd0bb6899e935...v4.4.0
[unreleased]: https://github.com/coldbox-modules/cborm/compare/v4.5.0...HEAD
[unreleased]: https://github.com/coldbox-modules/cborm/compare/v4.6.0...HEAD
[4.6.0]: https://github.com/coldbox-modules/cborm/compare/HEAD...v4.6.0
[4.5.0]: https://github.com/coldbox-modules/cborm/compare/0c00ca878b2563eac9150614f656ccaeb1a350be...v4.5.0

0 comments on commit a068714

Please sign in to comment.