Skip to content

Commit 7d14bbd

Browse files
chore(main): release 0.6.0
1 parent 1eb90bc commit 7d14bbd

File tree

3 files changed

+42
-3
lines changed

3 files changed

+42
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.5.0"
2+
".": "0.6.0"
33
}

CHANGELOG.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,40 @@
11
# Changelog
22

3+
## [0.6.0](https://github.com/deviantintegral/composer-gavel/compare/v0.5.0...v0.6.0) (2025-12-19)
4+
5+
6+
### Features
7+
8+
* require PHP 8.2 or higher ([8b8a1a6](https://github.com/deviantintegral/composer-gavel/commit/8b8a1a6d0f3bf053dc17b8fd0a75c2ed71ddf1f5))
9+
* support PHPUnit 11 and 12 ([ded24f4](https://github.com/deviantintegral/composer-gavel/commit/ded24f4f412b29ac1fc26e150b1671b62913c4cc))
10+
11+
12+
### Bug Fixes
13+
14+
* add dark mode support for gavel image in README ([8d0299d](https://github.com/deviantintegral/composer-gavel/commit/8d0299ddafbc876620cb06120b0872ce7baf784c))
15+
* resolve all PHPStan errors ([1c1ad2e](https://github.com/deviantintegral/composer-gavel/commit/1c1ad2e02eba075adead82a61ef03e73ba002c56))
16+
17+
18+
### Miscellaneous Chores
19+
20+
* add missing public key for infection ([eb67117](https://github.com/deviantintegral/composer-gavel/commit/eb67117f32d43d4a2a693edac6835523cc2e455a))
21+
* **config:** migrate config renovate.json ([0af80af](https://github.com/deviantintegral/composer-gavel/commit/0af80afa6f07369084ad6d4b493c10a1f3187f81))
22+
* **deps:** update actions/cache action to v5 ([2f7bdf7](https://github.com/deviantintegral/composer-gavel/commit/2f7bdf7a5caf3f544b26c570952f82e5df79e8b4))
23+
* **deps:** update actions/cache action to v5 ([80d061a](https://github.com/deviantintegral/composer-gavel/commit/80d061a499ee7835533bf5a2e05793ff81f0168b))
24+
* **deps:** update actions/cache digest to 0057852 ([3340719](https://github.com/deviantintegral/composer-gavel/commit/334071925f04b06d9ee98a4631bbeb2313426fe1))
25+
* **deps:** update actions/cache digest to 0057852 ([df06e8e](https://github.com/deviantintegral/composer-gavel/commit/df06e8e382f81c5b6575c0b3631e15224f725773))
26+
* **deps:** update actions/checkout action to v6 ([c8c5aad](https://github.com/deviantintegral/composer-gavel/commit/c8c5aada44b6f0374b0ae279513495200ea9531a))
27+
* **deps:** update actions/checkout action to v6 ([69a77b8](https://github.com/deviantintegral/composer-gavel/commit/69a77b80a6d39068920a539715395727869fe383))
28+
* **deps:** update actions/checkout digest to 34e1148 ([cd45d95](https://github.com/deviantintegral/composer-gavel/commit/cd45d9567b96ff1d633eed449e738c700105c4f8))
29+
* **deps:** update actions/checkout digest to 34e1148 ([c7b94ad](https://github.com/deviantintegral/composer-gavel/commit/c7b94ade7664c89f00a4be66f57dc4f815bf1636))
30+
* **deps:** update actions/upload-artifact action to v6 ([10d51ee](https://github.com/deviantintegral/composer-gavel/commit/10d51eede118d1e5a4595fb4a62431665f626db1))
31+
* **deps:** update googleapis/release-please-action digest to 16a9c90 ([f1a9fe5](https://github.com/deviantintegral/composer-gavel/commit/f1a9fe5e499bd354a2e9d95f596b39b774124485))
32+
* **deps:** update shivammathur/setup-php digest to 44454db ([1eb90bc](https://github.com/deviantintegral/composer-gavel/commit/1eb90bcede268583dbc6f894ecbe52c5d18f314e))
33+
* **deps:** update shivammathur/setup-php digest to 44454db ([5b20049](https://github.com/deviantintegral/composer-gavel/commit/5b200497c70bccca2fa2a10c63d22e5fdaef9745))
34+
* install Infection in claude code ([6c41007](https://github.com/deviantintegral/composer-gavel/commit/6c41007f6acd698ccf02cabea28c05061659477a))
35+
* set a minimum composer version for ourselves ([8c36cf3](https://github.com/deviantintegral/composer-gavel/commit/8c36cf3add257fbf4879fe831e5f794b5873b9e9))
36+
* update development dependencies to use caret constraints ([39f90cc](https://github.com/deviantintegral/composer-gavel/commit/39f90cc0028d02c95e5b74dab5687f18b4a3bdc5))
37+
338
## [0.5.0](https://github.com/deviantintegral/composer-gavel/compare/v0.4.1...v0.5.0) (2022-12-10)
439

540

composer.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,14 @@
2121
"phpunit/phpunit": "^11.0 || ^12.0"
2222
},
2323
"autoload": {
24-
"psr-4": {"Deviantintegral\\ComposerGavel\\": "src"}
24+
"psr-4": {
25+
"Deviantintegral\\ComposerGavel\\": "src"
26+
}
2527
},
2628
"autoload-dev": {
27-
"psr-4": {"Deviantintegral\\ComposerGavel\\Tests\\": "tests"}
29+
"psr-4": {
30+
"Deviantintegral\\ComposerGavel\\Tests\\": "tests"
31+
}
2832
},
2933
"extra": {
3034
"class": "Deviantintegral\\ComposerGavel\\ComposerVersionRequirement",

0 commit comments

Comments
 (0)