From 8c3dd7651f604414c5e5ccfd8567d907545d5513 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 21 Nov 2024 08:58:50 +0000 Subject: [PATCH] chore(dev): release 3.0.0-Beta.14 --- CHANGELOG.md | 25 +++++++++++++++++++++++++ composer.json | 22 ++++++++++------------ 2 files changed, 35 insertions(+), 12 deletions(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..a80a56ea --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,25 @@ +# Changelog + +## [3.0.0-Beta.14](https://github.com/WebFiori/framework/compare/v3.0.0-Beta.13...v3.0.0-Beta.14) (2024-11-21) + + +### Features + +* Added More Abstraction to Cache Feature ([f51b7b9](https://github.com/WebFiori/framework/commit/f51b7b9d74ef992625a697faa09e71e1c7873f22)) +* Caching (Initial Prototype) ([4a063f3](https://github.com/WebFiori/framework/commit/4a063f3b1070b04bf81adf1ac2ea2089002adf84)) +* Routes Caching ([bbbacff](https://github.com/WebFiori/framework/commit/bbbacffd93174662a6359dc3b6c51a3e1db74dd6)) + + +### Miscellaneous Chores + +* Added Documentation ([697155f](https://github.com/WebFiori/framework/commit/697155f3904a7fbaac37421bc0b75e31d1fd932a)) +* Added Please Release Manifest and Config ([25970da](https://github.com/WebFiori/framework/commit/25970da8ea98c77a3bf9dd44ae443e8fc5cbb7c6)) +* Added Release Please Config & Manifest ([3b6273c](https://github.com/WebFiori/framework/commit/3b6273c644189f8e52a22b38041921eeab15c7f3)) +* Added Release Please to Workflow ([6da66a3](https://github.com/WebFiori/framework/commit/6da66a3eed187878aaa5557765537e65a9f00853)) +* Change Target Branch for Release Please ([452b9ff](https://github.com/WebFiori/framework/commit/452b9ff4f3919d6416c4ce55316a5b1325482437)) +* Configuration for Please Release ([33caa13](https://github.com/WebFiori/framework/commit/33caa13908911242236e7f22e7ce603f41c63207)) +* release 3.0.0-Beta.14 ([872a0ec](https://github.com/WebFiori/framework/commit/872a0ec0cf732dbe1e2ef3e11d51d79d68b2fb8b)) +* Remove Unused Imports ([53288a9](https://github.com/WebFiori/framework/commit/53288a9063a672bb37da06e6d6e15a492d57b45b)) +* Run CS Fixer ([13f2dde](https://github.com/WebFiori/framework/commit/13f2dde9bc289ea682a045a8c8ab10c7edaf8891)) +* Updated CI Config ([2f14e35](https://github.com/WebFiori/framework/commit/2f14e354fb6d0017197def88049e71e7a3f46f95)) +* Updated Framework Version ([f27a583](https://github.com/WebFiori/framework/commit/f27a583ffa12f4d8aecb5682a2e58c78f191c095)) diff --git a/composer.json b/composer.json index d3fd35d3..1a568afa 100644 --- a/composer.json +++ b/composer.json @@ -18,19 +18,17 @@ "ext-mbstring": "*", "ext-fileinfo": "*", "ext-openssl": "*", - "webfiori/http":"v3.3.14", - "webfiori/file":"v1.3.6", - "webfiori/jsonx":"v3.3.0", - "webfiori/ui":"v2.6.3", - "webfiori/collections":"v1.1.4", - "webfiori/database":"v0.8.11", - "webfiori/cli":"v1.3.0", - "webfiori/mailer":"v1.2.0", - "webfiori/err":"v1.1.0" - }, - "require-dev": { - + "webfiori/http": "v3.3.14", + "webfiori/file": "v1.3.6", + "webfiori/jsonx": "v3.3.0", + "webfiori/ui": "v2.6.3", + "webfiori/collections": "v1.1.4", + "webfiori/database": "v0.8.11", + "webfiori/cli": "v1.3.0", + "webfiori/mailer": "v1.2.0", + "webfiori/err": "v1.1.0" }, + "require-dev": {}, "autoload": { "psr-4": { "webfiori\\framework\\": "webfiori/framework/"