Skip to content

Commit

Permalink
Merge pull request #76 from phenixphp/release/0.4.1
Browse files Browse the repository at this point in the history
Release v0.4.1
  • Loading branch information
barbosa89 authored Dec 24, 2024
2 parents 213d6c3 + 3b8fa85 commit 4434e44
Show file tree
Hide file tree
Showing 4 changed files with 47 additions and 90 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

# Release Notes for 0.4.x

## [v0.4.1 (2024-12-24)](https://github.com/phenixphp/phenix/compare/0.4.0...0.4.1)

### Changed
- Add paths to watch in hot reloading. ([#75](https://github.com/phenixphp/phenix/pull/75))

## [v0.4.0 (2024-12-20)](https://github.com/phenixphp/phenix/compare/0.3.8...0.4.0)

## Added
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"require": {
"php": "^8.2",
"ext-pcntl": "*",
"phenixphp/framework": "^0.5.0"
"phenixphp/framework": "^0.5.1"
},
"require-dev": {
"amphp/phpunit-util": "^v3.0.0",
Expand Down
127 changes: 38 additions & 89 deletions composer.lock

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

3 changes: 3 additions & 0 deletions server
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,9 @@ try {
__DIR__ . '/app',
__DIR__ . '/config',
__DIR__ . '/routes',
__DIR__ . '/database',
__DIR__ . '/composer.json',
__DIR__ . '/.env',
], $config);

if ($watcher->systemIsReady()) {
Expand Down

0 comments on commit 4434e44

Please sign in to comment.