Skip to content

Commit 013a0b5

Browse files
committed
Release version 0.2.0.
1 parent f9dc1fc commit 013a0b5

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# ChangeLog
22

3-
## 0.1.3 Under development
4-
3+
## 0.2.0 January 24, 2024
54
- Enh #87: Refactor `SemverUtil::class` stability normalization logic (@terabytesoftw)
65
- Bug #104: Add support for PHP 8.4 (@terabytesoftw)
76
- Enh #105: Update dependencies in `composer.lock` (@terabytesoftw)
@@ -13,7 +12,7 @@
1312
- Bug #111: Throw `RuntimeException` class on asset/JSON `I/O` failures (@terabytesoftw)
1413
- Bug #112: Update `README.md` and add development and testing documentation (@terabytesoftw)
1514
- Bug #113: Fix PHP `8.4` nullable type deprecation warnings in tests (@terabytesoftw)
16-
- Bug #114: Fix PHP `8.5` deprecation of `setAccessible()` in `ReflectionProperty` class (`@terabytesoftw`)
15+
- Bug #114: Fix PHP `8.5` deprecation of `setAccessible()` in `ReflectionProperty` class (@terabytesoftw)
1716
- Bug #115: Update CI workflows and apply automated refactors (@terabytesoftw)
1817
- Bug #116: Update `LICENSE` and `composer.json` (@terabytesoftw)
1918
- Bug #117: Raise PHPStan level to `5` (@terabytesoftw)

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"extra": {
6767
"class": "Foxy\\Foxy",
6868
"branch-alias": {
69-
"dev-main": "0.2.x-dev"
69+
"dev-main": "0.3.x-dev"
7070
}
7171
},
7272
"scripts": {

0 commit comments

Comments
 (0)