Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Changelog

## [0.4.0](https://github.com/deviantintegral/har/compare/0.3.0...v0.4.0) (2025-12-14)


### Features

* add pre-commit hooks for php-cs-fixer and phpunit ([#109](https://github.com/deviantintegral/har/issues/109)) ([80a12c4](https://github.com/deviantintegral/har/commit/80a12c4ea9b3fa705281268e8b47adfcbf79be7a))
* add support for PSR-7 ServerRequest ([#108](https://github.com/deviantintegral/har/issues/108)) ([7df2364](https://github.com/deviantintegral/har/commit/7df236497e9657c8e4fa878f267f211eab31cb46))
* drop support for PHP 8.0 and 8.1 ([#104](https://github.com/deviantintegral/har/issues/104)) ([2241b8d](https://github.com/deviantintegral/har/commit/2241b8d7177487a7f0702faeca1046e46d69cb76))


### Bug Fixes

* set release-please manifest version to 0.4.0 ([72ccbee](https://github.com/deviantintegral/har/commit/72ccbeebcc3501fa3e33f589ba98031f5cbf0b07))


### Miscellaneous Chores

* **config:** migrate Renovate config ([#98](https://github.com/deviantintegral/har/issues/98)) ([83d168d](https://github.com/deviantintegral/har/commit/83d168df7a5a26ecff77ec9d22ec5ad5b1bed978))
* **deps:** update actions/upload-artifact action to v6 ([#107](https://github.com/deviantintegral/har/issues/107)) ([54c890a](https://github.com/deviantintegral/har/commit/54c890a19a5b9cca3bfaa64dd8d03a98d7a5d3e8))
* fix nullable param deprecation ([#110](https://github.com/deviantintegral/har/issues/110)) ([79ced46](https://github.com/deviantintegral/har/commit/79ced460a071dcd59e6dfcc0ca98c56e7f9a273d))
* upgrade PHPUnit to ^11||^12 ([#106](https://github.com/deviantintegral/har/issues/106)) ([4617172](https://github.com/deviantintegral/har/commit/4617172b153b5d5935a344c82b22fa5bb3c6bc2c))
* upgrade symfony/console to ^7||^8 ([#105](https://github.com/deviantintegral/har/issues/105)) ([4002a2c](https://github.com/deviantintegral/har/commit/4002a2c28cf4733e6530329a3ca953e124ba9052))
Loading