Skip to content

Commit 777c4ab

Browse files
committed
Update change log and composer files.
1 parent 1ab0b5e commit 777c4ab

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

88
## [Unreleased]
9+
## [v0.4.0] - 2024-08-25]
10+
### Added
11+
- Send status code on runner
12+
913
## [v0.3.0] - 2024-08-21
1014
### Added
1115
- Runner that registers itself as a exception|error handler
@@ -16,6 +20,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
1620
### Added
1721
- Initial release
1822

19-
[Unreleased]: https://github.com/slickframework/error-handler/compare/v0.3.0...HEAD
23+
[Unreleased]: https://github.com/slickframework/error-handler/compare/v0.4.0...HEAD
24+
[v0.4.0]: https://github.com/slickframework/template/error-handler/v0.3.0...v0.4.0
2025
[v0.3.0]: https://github.com/slickframework/template/error-handler/v0.2.0...v0.3.0
2126
[v0.2.0]: https://github.com/slickframework/template/error-handler/dfe44e...v0.2.0

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "slick/error-handler",
33
"description": "PHP Error Handler module that captures and displays all throwable errors in a given format, making debugging easier and more efficient",
44
"type": "library",
5-
"version": "v0.3.0",
5+
"version": "v0.4.0",
66
"keywords": ["slick-php", "error handler"],
77
"require": {
88
"php": ">=8.2"
@@ -42,7 +42,7 @@
4242
},
4343
"extra": {
4444
"branch-alias": {
45-
"dev-main": "0.3-dev",
45+
"dev-main": "0.4-dev",
4646
"dev-develop": "0.x-dev"
4747
}
4848
},

0 commit comments

Comments
 (0)