Skip to content

Commit

Permalink
Merge pull request #56 from phenixphp/release/0.3.3
Browse files Browse the repository at this point in the history
Release/0.3.3
  • Loading branch information
barbosa89 authored Oct 6, 2023
2 parents fff5a94 + ef7f54f commit 505a22e
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 15 deletions.
12 changes: 9 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,25 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

# Release Notes for 0.3.x

## [v0.3.2 (2023-10-05)](https://github.com/phenixphp/phenix/compare/0.3.2...0.2.1)

## [v0.3.3 (2023-10-06)](https://github.com/phenixphp/phenix/compare/0.3.2...0.3.3)

### Changed
- Bump `phenixphp` framework to version `0.3.3`. ([#55](https://github.com/phenixphp/phenix/pull/55))

## [v0.3.2 (2023-10-05)](https://github.com/phenixphp/phenix/compare/0.2.1...0.3.2)

### Changed
- Framework as separate repository. ([#52](https://github.com/phenixphp/phenix/pull/52))

# Release Notes for 0.1.x

## [v0.2.1 (2023-09-30)](https://github.com/phenixphp/phenix/compare/0.2.1...0.2.0)
## [v0.2.1 (2023-09-30)](https://github.com/phenixphp/phenix/compare/0.2.0...0.2.1)

### Fixed
- Ensure dabatase directory exists before create migration. ([49](https://github.com/phenixphp/phenix/pull/49))

## [v0.2.0 (2023-09-29)](https://github.com/phenixphp/phenix/compare/0.2.0...0.1.0)
## [v0.2.0 (2023-09-29)](https://github.com/phenixphp/phenix/compare/0.1.0...0.2.0)

### Added
- Add `paginate` method to the query builder. ([42](https://github.com/phenixphp/phenix/pull/42))
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@

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.
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
}],
"require": {
"php": "^8.1",
"phenixphp/framework": "^0.3.0"
"phenixphp/framework": "^0.3.3"
},
"require-dev": {
"amphp/phpunit-util": "^v3.0.0-beta.3",
Expand Down
22 changes: 11 additions & 11 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 505a22e

Please sign in to comment.