Skip to content

Commit 553f36f

Browse files
chore(main): release 0.5.0 (#113)
🤖 I have created a release *beep* *boop* --- ## [0.5.0](v0.4.0...v0.5.0) (2025-12-15) ### Features * migrate from MacFJA/PharBuilder to Box ([#125](#125)) ([b1187c2](b1187c2)) ### Bug Fixes * add directory validation in getIds() before scandir() ([22057e0](22057e0)) * add error handling for missing files in SplitCommand ([#122](#122)) ([ed3fa82](ed3fa82)) * add type hints to SplitCommand::getSplitDestination parameters ([#123](#123)) ([c62a75a](c62a75a)) * check if a HAR repository exists before loading ([93fbb57](93fbb57)) * correct inverted logic in hasBlocked() and hasDns() methods ([2285c23](2285c23)) * use strict comparison (===) instead of weak comparison (==) in Serializer.php ([453d8f3](453d8f3)) ### Miscellaneous Chores * add missing call to SessionStart ([#119](#119)) ([51b50a3](51b50a3)) * auto-install php-pear in SessionStart hook ([#116](#116)) ([48acab5](48acab5)) * **deps:** pin ggilder/codecoverage action to 47c83da ([#118](#118)) ([85aa78d](85aa78d)) * fix newlines ([f5ded8c](f5ded8c)) * install xdebug for claude sessions ([54f3138](54f3138)) * run composer install in claude ([233d999](233d999)) --- 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 b1187c2 commit 553f36f

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
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.4.0"
2+
".": "0.5.0"
33
}

CHANGELOG.md

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

3+
## [0.5.0](https://github.com/deviantintegral/har/compare/v0.4.0...v0.5.0) (2025-12-15)
4+
5+
6+
### Features
7+
8+
* migrate from MacFJA/PharBuilder to Box ([#125](https://github.com/deviantintegral/har/issues/125)) ([b1187c2](https://github.com/deviantintegral/har/commit/b1187c22fe09fe8df141ad858934602d15fed78a))
9+
10+
11+
### Bug Fixes
12+
13+
* add directory validation in getIds() before scandir() ([22057e0](https://github.com/deviantintegral/har/commit/22057e05cd479e84652aa8e28e7f0df8ff399960))
14+
* add error handling for missing files in SplitCommand ([#122](https://github.com/deviantintegral/har/issues/122)) ([ed3fa82](https://github.com/deviantintegral/har/commit/ed3fa82f4cec0c5882d029e2840e78cd8b8b33a5))
15+
* add type hints to SplitCommand::getSplitDestination parameters ([#123](https://github.com/deviantintegral/har/issues/123)) ([c62a75a](https://github.com/deviantintegral/har/commit/c62a75a7a0dae3a438ecce7123679f7d5c6a1966))
16+
* check if a HAR repository exists before loading ([93fbb57](https://github.com/deviantintegral/har/commit/93fbb5720a93af18e91387bc22e9b8951f8c3ff2))
17+
* correct inverted logic in hasBlocked() and hasDns() methods ([2285c23](https://github.com/deviantintegral/har/commit/2285c23df4c1ad7bd52c2a4fbcb6e9cfc0316fcc))
18+
* use strict comparison (===) instead of weak comparison (==) in Serializer.php ([453d8f3](https://github.com/deviantintegral/har/commit/453d8f3d74271533abd9037f57798d94837ed0c7))
19+
20+
21+
### Miscellaneous Chores
22+
23+
* add missing call to SessionStart ([#119](https://github.com/deviantintegral/har/issues/119)) ([51b50a3](https://github.com/deviantintegral/har/commit/51b50a3b8dcf01137ade67c33a93e74850a3693b))
24+
* auto-install php-pear in SessionStart hook ([#116](https://github.com/deviantintegral/har/issues/116)) ([48acab5](https://github.com/deviantintegral/har/commit/48acab5a19e6586ba9edc11533756750aace0280))
25+
* **deps:** pin ggilder/codecoverage action to 47c83da ([#118](https://github.com/deviantintegral/har/issues/118)) ([85aa78d](https://github.com/deviantintegral/har/commit/85aa78dec0dd21547cc1057f9c757cab8c3d3d60))
26+
* fix newlines ([f5ded8c](https://github.com/deviantintegral/har/commit/f5ded8cb5d41ad83650ab3584c94746e7c25a96b))
27+
* install xdebug for claude sessions ([54f3138](https://github.com/deviantintegral/har/commit/54f31389ece4119c09cfa47d60bbbd26da3ec59c))
28+
* run composer install in claude ([233d999](https://github.com/deviantintegral/har/commit/233d999ff501fbd142b7499b890588498679f941))
29+
330
## [0.4.0](https://github.com/deviantintegral/har/compare/0.3.0...v0.4.0) (2025-12-14)
431

532

0 commit comments

Comments
 (0)