diff --git a/.github/.release-please-manifest.json b/.github/.release-please-manifest.json index 5b009ae8..7d90fceb 100644 --- a/.github/.release-please-manifest.json +++ b/.github/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.10.0" + ".": "2.11.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ab313ae..5edee5ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,59 @@ # Changelog +## [2.11.0](https://github.com/cycle/database/compare/2.10.0...2.11.0) (2024-06-11) + + +### Features + +* add INTERSECT and EXCEPT operators ([#204](https://github.com/cycle/database/issues/204)) ([b3cc5a3](https://github.com/cycle/database/commit/b3cc5a3b01c5771bfbe8950a8e8b1dba33f73da9)) +* add the ability to specify the full name of the join type ([0fa0adf](https://github.com/cycle/database/commit/0fa0adf130def012273f1f2e69df3484100a8c62)) + + +### Bug Fixes + +* add parameter consideration when hashing the query part with orderBy ([c874f7d](https://github.com/cycle/database/commit/c874f7d4548a190f0415b3a2c94cc9a3955e9cfa)) +* triggering changelog build ([4002820](https://github.com/cycle/database/commit/4002820fa99f88d96f27f533fda5b1d6e4836f67)) + + +### Documentation + +* add issue templates ([75086af](https://github.com/cycle/database/commit/75086af9abb974f15e7b942821413cdcbe627d55)) +* added security.md file ([17aefde](https://github.com/cycle/database/commit/17aefde4d5e8b69c49abaa31a07fe77644a1e31b)) +* move COC to .github directory ([08cadcb](https://github.com/cycle/database/commit/08cadcb4d6f88df71cb7260e3b9d1e950ce6294c)) +* removing failing ci issue template ([7200063](https://github.com/cycle/database/commit/7200063e0bd57e0ff4be009652d01da3606eb62a)) +* update CONTRIBUTING.md ([f6a9722](https://github.com/cycle/database/commit/f6a972200a8b1b8445b4583a9ac6239a8e74b630)) +* updating contribution guide ([ad3fbf0](https://github.com/cycle/database/commit/ad3fbf0a02a27435a9f8749ce18c47c858e1d25e)) + + +### Styles + +* apply yamllint ([0506fb1](https://github.com/cycle/database/commit/0506fb100823042bc45d90b3507a781eb3225449)) + + +### Dependencies + +* **composer:** added ergebnis/composer-normalize ([1dddad4](https://github.com/cycle/database/commit/1dddad4181758e2b41151e1bdafe932b51249bc7)) + + +### Tests + +* add tests using fragments in orderBy ([239b061](https://github.com/cycle/database/commit/239b0616ad72d5b3a9785bba48a456484b1bde8d)) +* fix tests ([56edfd4](https://github.com/cycle/database/commit/56edfd41dcd5c07d34504e1e835392bbe12e7006)) + + +### Continuous Integration + +* add cycle/gh-actions ([2507324](https://github.com/cycle/database/commit/2507324f819ad25eac86e7fb40df54c07276c91d)) +* add default CODEOWNERS file ([c080e0c](https://github.com/cycle/database/commit/c080e0c7d7721533fb77ca9f710677ee1155fdf4)) +* added coding-standards initial CI job ([9725b49](https://github.com/cycle/database/commit/9725b49edb0a4e87b0345e5fedae91cdfef5fa59)) +* auto apply labels based on files and branches ([86971f0](https://github.com/cycle/database/commit/86971f0d08d49c5633958ca5b89158d588a228d6)) +* do not include v prefix in tag ([d9587c3](https://github.com/cycle/database/commit/d9587c3f5f536c22e08f654b6332118995865eae)) +* fixes in commit linting ([ca925bd](https://github.com/cycle/database/commit/ca925bdd36870f5dceff61eebfa3be62258fb2fe)) +* push composer.lock to enable cache locks ([726a0fe](https://github.com/cycle/database/commit/726a0fea90dc6c97b3091e801eaf8d4f3967cf06)) +* switch to github changelog type ([8275f0c](https://github.com/cycle/database/commit/8275f0c03d814a57ed2d4ce55f696b3612c74eca)) +* use actions/labeler directly ([a9fa3b8](https://github.com/cycle/database/commit/a9fa3b808105b22513bc7a9d71e8fbd5865c3a16)) +* use fixed versions for actions instead of master ([bd4d708](https://github.com/cycle/database/commit/bd4d7088ab410830dec0d34a3858af620e9672b2)) + ## [2.10.0](https://github.com/cycle/database/compare/2.9.0...v2.10.0) (2024-04-04) ### Features