From 62cdeef112b7d2f5b21117552c95f56d56953d60 Mon Sep 17 00:00:00 2001 From: Barbosa Date: Fri, 6 Oct 2023 14:49:11 -0500 Subject: [PATCH 1/2] chore: update framework core --- composer.json | 2 +- composer.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/composer.json b/composer.json index fe9b28d..03f2955 100644 --- a/composer.json +++ b/composer.json @@ -19,7 +19,7 @@ }], "require": { "php": "^8.1", - "phenixphp/framework": "^0.3.3" + "phenixphp/framework": "^0.3.4" }, "require-dev": { "amphp/phpunit-util": "^v3.0.0-beta.3", diff --git a/composer.lock b/composer.lock index d6fe35f..fc664d3 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "ad6e2d48ca3524525e84db58028f95db", + "content-hash": "14d25806981224a90caf14dbff0fcd2d", "packages": [ { "name": "adbario/php-dot-notation", @@ -2790,16 +2790,16 @@ }, { "name": "phenixphp/framework", - "version": "0.3.3", + "version": "0.3.4", "source": { "type": "git", "url": "https://github.com/phenixphp/framework.git", - "reference": "da98347e91f972ea5ddd68c54e518dd4bf2337fe" + "reference": "9b8b66125c5ba89de6bec6e3d8ddf6649850a41d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phenixphp/framework/zipball/da98347e91f972ea5ddd68c54e518dd4bf2337fe", - "reference": "da98347e91f972ea5ddd68c54e518dd4bf2337fe", + "url": "https://api.github.com/repos/phenixphp/framework/zipball/9b8b66125c5ba89de6bec6e3d8ddf6649850a41d", + "reference": "9b8b66125c5ba89de6bec6e3d8ddf6649850a41d", "shasum": "" }, "require": { @@ -2861,9 +2861,9 @@ "description": "Phenix framework based on Amphp", "support": { "issues": "https://github.com/phenixphp/framework/issues", - "source": "https://github.com/phenixphp/framework/tree/0.3.3" + "source": "https://github.com/phenixphp/framework/tree/0.3.4" }, - "time": "2023-10-06T18:09:23+00:00" + "time": "2023-10-06T19:46:44+00:00" }, { "name": "phpoption/phpoption", From 92f6f924e212398d41a5627e97f741368492a7a5 Mon Sep 17 00:00:00 2001 From: Barbosa Date: Fri, 6 Oct 2023 14:54:25 -0500 Subject: [PATCH 2/2] docs: update changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2524d45..69dad07 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 # Release Notes for 0.3.x +## [v0.3.4 (2023-10-06)](https://github.com/phenixphp/phenix/compare/0.3.3...0.3.4) + +### Changed +- Bump `phenixphp` framework to version `0.3.4`. ([#58](https://github.com/phenixphp/phenix/pull/58)) ## [v0.3.3 (2023-10-06)](https://github.com/phenixphp/phenix/compare/0.3.2...0.3.3)