diff --git a/CHANGELOG.md b/CHANGELOG.md index 69dad07..388b627 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 # Release Notes for 0.3.x +## [v0.3.5 (2023-10-06)](https://github.com/phenixphp/phenix/compare/0.3.4...0.3.5) + +### Changed +- Bump `phenixphp` framework to version `0.3.5`. ([#61](https://github.com/phenixphp/phenix/pull/61)) + + ## [v0.3.4 (2023-10-06)](https://github.com/phenixphp/phenix/compare/0.3.3...0.3.4) ### Changed diff --git a/README.md b/README.md index c038706..e07ff87 100644 --- a/README.md +++ b/README.md @@ -6,9 +6,6 @@ Phenix is a web framework built on pure PHP, without external extensions, based on the [Amphp](https://amphp.org/) ecosystem, which provides non-blocking operations, asynchronism and parallel code execution natively. It runs in the PHP SAPI CLI and on its own server, it is simply powerful. -> **Note:** This repository contains the core code of the Phenix framework. If you want to build a web application using Phenix, visit the [application skeleton](https://github.com/phenixphp/phenix) repository. - - ## Learning Phenix You can learn about Phenix in the official [documentation](https://phenix.omarbarbosa.com) and discover the power of asynchronous and concurrent applications in native PHP. diff --git a/composer.json b/composer.json index 03f2955..f08d2b9 100644 --- a/composer.json +++ b/composer.json @@ -19,7 +19,7 @@ }], "require": { "php": "^8.1", - "phenixphp/framework": "^0.3.4" + "phenixphp/framework": "^0.3.5" }, "require-dev": { "amphp/phpunit-util": "^v3.0.0-beta.3", diff --git a/composer.lock b/composer.lock index fc664d3..5ee05f8 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": "14d25806981224a90caf14dbff0fcd2d", + "content-hash": "c0aa0a0635489020bd44b198847ecca4", "packages": [ { "name": "adbario/php-dot-notation", @@ -2790,16 +2790,16 @@ }, { "name": "phenixphp/framework", - "version": "0.3.4", + "version": "0.3.5", "source": { "type": "git", "url": "https://github.com/phenixphp/framework.git", - "reference": "9b8b66125c5ba89de6bec6e3d8ddf6649850a41d" + "reference": "08b413db04886c6f6cc1159b34747121abbce412" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phenixphp/framework/zipball/9b8b66125c5ba89de6bec6e3d8ddf6649850a41d", - "reference": "9b8b66125c5ba89de6bec6e3d8ddf6649850a41d", + "url": "https://api.github.com/repos/phenixphp/framework/zipball/08b413db04886c6f6cc1159b34747121abbce412", + "reference": "08b413db04886c6f6cc1159b34747121abbce412", "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.4" + "source": "https://github.com/phenixphp/framework/tree/0.3.5" }, - "time": "2023-10-06T19:46:44+00:00" + "time": "2023-10-06T20:14:25+00:00" }, { "name": "phpoption/phpoption",