From d556bffadf79a622738f45899fdddb5e9e58c622 Mon Sep 17 00:00:00 2001 From: guanguans Date: Wed, 5 Feb 2025 21:03:11 +0800 Subject: [PATCH] chore(release): 5.1.0 --- CHANGELOG.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index baeba62..ececad7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,18 @@ All notable changes to this project will be documented in this file. ## [Unreleased] + +## [5.1.0] - 2025-02-05 +### Build +- **dependencies:** Upgrade phpstan-disallowed-calls and psalm + +### Features +- **Concerns:** Add Makeable trait for object creation + +### Pull Requests +- Merge pull request [#173](https://github.com/guanguans/soar-php/issues/173) from guanguans/dependabot/github_actions/dependabot/fetch-metadata-2.3.0 + + ## [5.0.3] - 2025-01-16 ### Code Refactoring @@ -577,7 +589,8 @@ All notable changes to this project will be documented in this file. ## v1.0.0 - 2019-07-04 -[Unreleased]: https://github.com/guanguans/soar-php/compare/5.0.3...HEAD +[Unreleased]: https://github.com/guanguans/soar-php/compare/5.1.0...HEAD +[5.1.0]: https://github.com/guanguans/soar-php/compare/5.0.3...5.1.0 [5.0.3]: https://github.com/guanguans/soar-php/compare/5.0.2...5.0.3 [5.0.2]: https://github.com/guanguans/soar-php/compare/5.0.1...5.0.2 [5.0.1]: https://github.com/guanguans/soar-php/compare/5.0.0...5.0.1