Skip to content

Commit 5b85e44

Browse files
committed
chore(release): 5.0.0
1 parent 80aa9cb commit 5b85e44

1 file changed

Lines changed: 25 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,29 @@ All notable changes to this project will be documented in this file.
88
## [Unreleased]
99

1010

11+
<a name="5.0.0"></a>
12+
## [5.0.0] - 2025-12-02
13+
### 🎨 Styles
14+
- apply php-cs-fixer ([e2b3fa0](https://github.com/guanguans/laravel-soar/commit/e2b3fa0))
15+
16+
### 💅 Code Refactorings
17+
- apply inspection ([21ad292](https://github.com/guanguans/laravel-soar/commit/21ad292))
18+
- apply rector ([7ce3a5a](https://github.com/guanguans/laravel-soar/commit/7ce3a5a))
19+
- **commands:** remove extra blank line and use join_paths for log path - Remove an unnecessary blank line after the dump() call in debug mode. - Build the soar.log path with join_paths instead of manual concatenation and import the function. ([80aa9cb](https://github.com/guanguans/laravel-soar/commit/80aa9cb))
20+
- **mixins:** Remove unused raw SQL methods ([81bbacb](https://github.com/guanguans/laravel-soar/commit/81bbacb))
21+
22+
### ✅ Tests
23+
- **tests:** Add ArchTest and Movies dataset tests; extend Pest with helpers ([19aab95](https://github.com/guanguans/laravel-soar/commit/19aab95))
24+
25+
### 📦 Builds
26+
- **composer:** update PHP, soar-php and Laravel versions ([5973385](https://github.com/guanguans/laravel-soar/commit/5973385))
27+
28+
### 🤖 Continuous Integrations
29+
- **config:** Update config files ([5a2d8aa](https://github.com/guanguans/laravel-soar/commit/5a2d8aa))
30+
- **config:** update config files ([0b1d401](https://github.com/guanguans/laravel-soar/commit/0b1d401))
31+
- **github:** Update github config files ([b766e8a](https://github.com/guanguans/laravel-soar/commit/b766e8a))
32+
33+
1134
<a name="4.2.0"></a>
1235
## [4.2.0] - 2025-11-30
1336
### 🐞 Bug Fixes
@@ -696,7 +719,8 @@ All notable changes to this project will be documented in this file.
696719
- Merge pull request [#1](https://github.com/guanguans/laravel-soar/issues/1) from guanguans/add-license-1
697720

698721

699-
[Unreleased]: https://github.com/guanguans/laravel-soar/compare/4.2.0...HEAD
722+
[Unreleased]: https://github.com/guanguans/laravel-soar/compare/5.0.0...HEAD
723+
[5.0.0]: https://github.com/guanguans/laravel-soar/compare/4.2.0...5.0.0
700724
[4.2.0]: https://github.com/guanguans/laravel-soar/compare/4.1.2...4.2.0
701725
[4.1.2]: https://github.com/guanguans/laravel-soar/compare/4.1.1...4.1.2
702726
[4.1.1]: https://github.com/guanguans/laravel-soar/compare/4.1.0...4.1.1

0 commit comments

Comments
 (0)