Skip to content

Commit 08b413d

Browse files
authored
Merge pull request #17 from phenixphp/release/0.3.5
Release/0.3.5
2 parents 9b8b661 + b7359f9 commit 08b413d

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@ 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/framework/compare/0.3.4...0.3.5)
13+
14+
### Fixed
15+
- Update README. ([#16](https://github.com/phenixphp/framework/pull/16))
16+
1217
## [v0.3.4 (2023-10-06)](https://github.com/phenixphp/framework/compare/0.3.3...0.3.4)
1318

1419
### Fixed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
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+
911
## Learning Phenix
1012

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

0 commit comments

Comments
 (0)