Skip to content

Commit 5b2940e

Browse files
authored
Merge pull request #62 from phenixphp/release/0.3.5
Release/0.3.5
2 parents aef65bf + df9b4cd commit 5b2940e

4 files changed

Lines changed: 14 additions & 11 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
# Release Notes for 0.3.x
1111

12+
## [v0.3.5 (2023-10-06)](https://github.com/phenixphp/phenix/compare/0.3.4...0.3.5)
13+
14+
### Changed
15+
- Bump `phenixphp` framework to version `0.3.5`. ([#61](https://github.com/phenixphp/phenix/pull/61))
16+
17+
1218
## [v0.3.4 (2023-10-06)](https://github.com/phenixphp/phenix/compare/0.3.3...0.3.4)
1319

1420
### Changed

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@
66

77
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.
88

9-
> **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.
10-
11-
129
## Learning Phenix
1310

1411
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.

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
}],
2020
"require": {
2121
"php": "^8.1",
22-
"phenixphp/framework": "^0.3.4"
22+
"phenixphp/framework": "^0.3.5"
2323
},
2424
"require-dev": {
2525
"amphp/phpunit-util": "^v3.0.0-beta.3",

composer.lock

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)