Skip to content

Commit 51545f2

Browse files
CommandBox Semantic Releaserunner
authored andcommitted
__SEMANTIC RELEASE VERSION UPDATE__
1 parent e7fb76a commit 51545f2

File tree

2 files changed

+40
-1
lines changed

2 files changed

+40
-1
lines changed

CHANGELOG.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,42 @@
1+
# v12.0.0
2+
## 12 Jun 2025 — 22:59:56 UTC
3+
4+
### BREAKING
5+
6+
+ __HasManyDeep:__ Fix for deep entities with compound keys ([21c3e03](https://github.com/coldbox-modules/quick/commit/21c3e03db26588a32bdad5cd9ba1352cb94af1d4))
7+
+ __HasManyThrough:__ Use qb 13 to fix missing alias rewriting ([95ce7e6](https://github.com/coldbox-modules/quick/commit/95ce7e6132185aa60ed4db9d32ed971d4c04382f))
8+
+ __box.json:__ Upgrade to latest dependencies ([0b3a4c8](https://github.com/coldbox-modules/quick/commit/0b3a4c82dec7bdf5ee9e39d8bd7f914d0b2c4594))
9+
10+
### chore
11+
12+
+ __tests:__ Modify test to work with BoxLang
13+
([102406a](https://github.com/coldbox-modules/quick/commit/102406a3a8f0514d8391f42591aa42eddd8a4e39))
14+
+ __CI:__ Stick to mysql:5.7 for now
15+
([028c2ad](https://github.com/coldbox-modules/quick/commit/028c2adc54d53210dc6d07e8cb1e10fb8cf81bf3))
16+
+ __CI:__ Use explicity ports for MySQL 8 service
17+
([53e4edc](https://github.com/coldbox-modules/quick/commit/53e4edc42a7a9aec82671279633d3aecafac85a8))
18+
+ __CI:__ Update testing matrix and java versions
19+
([1d7c0c8](https://github.com/coldbox-modules/quick/commit/1d7c0c8abe5b9d74f0ec20a3e7c3741082e50bc2))
20+
+ __CI:__ Use separate server.json files for different engines
21+
([ceb4484](https://github.com/coldbox-modules/quick/commit/ceb44842fb58e394ca77ac7801f0a5ff1a1be5cc))
22+
23+
### fix
24+
25+
+ __QuickBuilder:__ Fix for qb 13's new column syntax
26+
([e7fb76a](https://github.com/coldbox-modules/quick/commit/e7fb76a200cf4b9c01a502f78d5126e4641a73e5))
27+
+ __ChildEntity:__ Fix for bringing back columns correct when multiple child entities share the same column
28+
([9c5d69e](https://github.com/coldbox-modules/quick/commit/9c5d69e5b4c476bf44cbd3df723bd7d986922209))
29+
+ __QuickBuilder:__ Preserve case for `withCount` and `withSum` ([1262c8d](https://github.com/coldbox-modules/quick/commit/1262c8d8ffd255ba3190b0802b73fbd75a3cf794))
30+
+ __QuickQB:__ Casts values when using them in where clauses ([6035327](https://github.com/coldbox-modules/quick/commit/60353271b190dc37d11f2c06e597578e3a2c13e2))
31+
+ __CI:__ Fix for Lucee 6 and custom DSNs in CI
32+
([1e2ddaf](https://github.com/coldbox-modules/quick/commit/1e2ddaf345be1cbedb185bc5cc413c571027237a))
33+
34+
### other
35+
36+
+ __\*:__ Failing test
37+
([25bca38](https://github.com/coldbox-modules/quick/commit/25bca381fcbf160b61284e351ad6f15aec8fbdab))
38+
39+
140
# v11.3.0
241
## 29 Apr 2025 — 20:55:57 UTC
342

box.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name":"quick",
3-
"version":"11.3.0",
3+
"version":"12.0.0",
44
"author":"Ortus Solutions",
55
"location":"forgeboxStorage",
66
"homepage":"https://github.com/coldbox-modules/quick",

0 commit comments

Comments
 (0)