diff --git a/.release-please-manifest.json b/.release-please-manifest.json index cfbd86f..ccf4e22 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.2.5" + ".": "2.3.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index fb238ff..d46c3c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,43 @@ All notable changes to this project will be documented in this file. +## [2.3.0](https://github.com/le-phare/import-bundle/compare/v2.2.5...v2.3.0) (2025-12-12) + + +### Features + +* **skeleton:** add json schema ([e8f9bac](https://github.com/le-phare/import-bundle/commit/e8f9bac0e64a9794586c5fd4efd26a344579b5bf)) + + +### Bug Fixes + +* **deprecation:** fix deprecated usage of HttpKernel Extension ([#37](https://github.com/le-phare/import-bundle/issues/37)) ([314cf61](https://github.com/le-phare/import-bundle/commit/314cf6149a0870b09fbcfcf12ee622dab0f85ab6)) +* **deprecations:** add missing void return types ([a689ef4](https://github.com/le-phare/import-bundle/commit/a689ef490a9afd7b232f938cf128f2beffeabd9f)) +* **deprecations:** add void return type to LePhareImportBundle build method ([cd05313](https://github.com/le-phare/import-bundle/commit/cd0531386ff6cdd7450e61ab27c935c5bdb7ec7e)) +* **docs:** Update configure.md load and copy documentation links ([#21](https://github.com/le-phare/import-bundle/issues/21)) ([a67c861](https://github.com/le-phare/import-bundle/commit/a67c86188b2846c1d59bc09e3304f25bfb7a8ad5)) +* doctrine.dbal.url must be optional ([#29](https://github.com/le-phare/import-bundle/issues/29)) ([379d6a4](https://github.com/le-phare/import-bundle/commit/379d6a4dbf9a015791b9d419bee65398269b56cf)) +* make ImportCommand service lazy to prevent database connection on Symfony cache clear ([#52](https://github.com/le-phare/import-bundle/issues/52)) ([5c89f70](https://github.com/le-phare/import-bundle/commit/5c89f707b52e61aca324ce895a3b4f5ece71a6c7)) +* **release-please:** Rename release-please-manifest.json to .release-please-manifest.json ([75eeeb2](https://github.com/le-phare/import-bundle/commit/75eeeb250960d31eb1b803ce07de004b336d5138)) +* **services:** email reports are enabled if symfony mailer is installed ([552e23d](https://github.com/le-phare/import-bundle/commit/552e23d53012c391732fce0e15114ddbd3ca3782)) + + +### Miscellaneous Chores + +* **actions:** add release please workflow ([#10](https://github.com/le-phare/import-bundle/issues/10)) ([508e8cd](https://github.com/le-phare/import-bundle/commit/508e8cd54800fdb35403416907e9e9b010556faf)) +* **actions:** add test github action ([#9](https://github.com/le-phare/import-bundle/issues/9)) ([234e95f](https://github.com/le-phare/import-bundle/commit/234e95f7d31e57a4ce7489f357fc2bb2d0616227)) +* **composer:** add missing require dev dependencies ([5647fe2](https://github.com/le-phare/import-bundle/commit/5647fe26b7ce13535b54f266ee1ed8c33ac1ee59)) +* **composer:** allow Symfony 7 ([#4](https://github.com/le-phare/import-bundle/issues/4)) ([f787192](https://github.com/le-phare/import-bundle/commit/f787192f8a04de6cefbd9fd65f8addaecf68d5e5)) +* **composer:** allow Symfony 8 ([#50](https://github.com/le-phare/import-bundle/issues/50)) ([870cd45](https://github.com/le-phare/import-bundle/commit/870cd457732de9445b5bbfe7815cf06fd6d02a40)) +* **github:** add PHP 8.4 and 8.5 to test matrix ([a4780eb](https://github.com/le-phare/import-bundle/commit/a4780eb6f988b2aa458dd8f4d50650d9ad9b6f48)) +* **master:** release 2.1.1 ([#12](https://github.com/le-phare/import-bundle/issues/12)) ([05bf9c1](https://github.com/le-phare/import-bundle/commit/05bf9c12882c113b7f32a13b2b6f40599043b46d)) +* **master:** release 2.2.0 ([574d044](https://github.com/le-phare/import-bundle/commit/574d044d9e67f7c0cd2a20cadee442619ee66edc)) +* **master:** release 2.2.1 ([#30](https://github.com/le-phare/import-bundle/issues/30)) ([6d17409](https://github.com/le-phare/import-bundle/commit/6d174098f594bb44ac9bffb9075566db5753c938)) +* **master:** release 2.2.2 ([#38](https://github.com/le-phare/import-bundle/issues/38)) ([93d5dc0](https://github.com/le-phare/import-bundle/commit/93d5dc0363d83df5d99035b3d8ee15bd49767e68)) +* **master:** release 2.2.3 ([#39](https://github.com/le-phare/import-bundle/issues/39)) ([e3c5bf2](https://github.com/le-phare/import-bundle/commit/e3c5bf2c258f50faf2bcc64203142937d71c3dca)) +* **master:** release 2.2.4 ([#49](https://github.com/le-phare/import-bundle/issues/49)) ([a522f2f](https://github.com/le-phare/import-bundle/commit/a522f2fa5648459efbc8b90bb35690ba6e404aaf)) +* **master:** release 2.2.5 ([#51](https://github.com/le-phare/import-bundle/issues/51)) ([1088405](https://github.com/le-phare/import-bundle/commit/10884056a8b1bce097e0a6142f7c9c63eddca845)) +* remove non necessary lazy ([#53](https://github.com/le-phare/import-bundle/issues/53)) ([0c00210](https://github.com/le-phare/import-bundle/commit/0c00210cb9fbb2b1b61f1ad3337738b6f68be44f)) + ## [2.2.5](https://github.com/le-phare/import-bundle/compare/v2.2.4...v2.2.5) (2025-12-12)