Skip to content

Commit 6dd520f

Browse files
chore(main): release 0.4.0 (#103)
🤖 I have created a release *beep* *boop* --- ## [0.4.0](0.3.0...v0.4.0) (2025-12-14) ### Features * add pre-commit hooks for php-cs-fixer and phpunit ([#109](#109)) ([80a12c4](80a12c4)) * add support for PSR-7 ServerRequest ([#108](#108)) ([7df2364](7df2364)) * drop support for PHP 8.0 and 8.1 ([#104](#104)) ([2241b8d](2241b8d)) ### Bug Fixes * set release-please manifest version to 0.4.0 ([72ccbee](72ccbee)) ### Miscellaneous Chores * **config:** migrate Renovate config ([#98](#98)) ([83d168d](83d168d)) * **deps:** update actions/upload-artifact action to v6 ([#107](#107)) ([54c890a](54c890a)) * fix nullable param deprecation ([#110](#110)) ([79ced46](79ced46)) * upgrade PHPUnit to ^11||^12 ([#106](#106)) ([4617172](4617172)) * upgrade symfony/console to ^7||^8 ([#105](#105)) ([4002a2c](4002a2c)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
1 parent 79ced46 commit 6dd520f

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# Changelog
2+
3+
## [0.4.0](https://github.com/deviantintegral/har/compare/0.3.0...v0.4.0) (2025-12-14)
4+
5+
6+
### Features
7+
8+
* 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))
9+
* add support for PSR-7 ServerRequest ([#108](https://github.com/deviantintegral/har/issues/108)) ([7df2364](https://github.com/deviantintegral/har/commit/7df236497e9657c8e4fa878f267f211eab31cb46))
10+
* 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))
11+
12+
13+
### Bug Fixes
14+
15+
* set release-please manifest version to 0.4.0 ([72ccbee](https://github.com/deviantintegral/har/commit/72ccbeebcc3501fa3e33f589ba98031f5cbf0b07))
16+
17+
18+
### Miscellaneous Chores
19+
20+
* **config:** migrate Renovate config ([#98](https://github.com/deviantintegral/har/issues/98)) ([83d168d](https://github.com/deviantintegral/har/commit/83d168df7a5a26ecff77ec9d22ec5ad5b1bed978))
21+
* **deps:** update actions/upload-artifact action to v6 ([#107](https://github.com/deviantintegral/har/issues/107)) ([54c890a](https://github.com/deviantintegral/har/commit/54c890a19a5b9cca3bfaa64dd8d03a98d7a5d3e8))
22+
* fix nullable param deprecation ([#110](https://github.com/deviantintegral/har/issues/110)) ([79ced46](https://github.com/deviantintegral/har/commit/79ced460a071dcd59e6dfcc0ca98c56e7f9a273d))
23+
* upgrade PHPUnit to ^11||^12 ([#106](https://github.com/deviantintegral/har/issues/106)) ([4617172](https://github.com/deviantintegral/har/commit/4617172b153b5d5935a344c82b22fa5bb3c6bc2c))
24+
* upgrade symfony/console to ^7||^8 ([#105](https://github.com/deviantintegral/har/issues/105)) ([4002a2c](https://github.com/deviantintegral/har/commit/4002a2c28cf4733e6530329a3ca953e124ba9052))

0 commit comments

Comments
 (0)