From 1addb4eff64268f33886f8d33a48752c0f35f751 Mon Sep 17 00:00:00 2001 From: Eric Lippmann Date: Tue, 24 Mar 2026 17:48:20 +0100 Subject: [PATCH] Release version 0.15.0 --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7be5bb5..f3975c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ All notable changes to this library are documented in this file. ## [Unreleased] +## [v0.15.0] — 2026-03-24 + - **Breaking** Raise minimum PHP version to 8.2 (#63) - Add strict type declarations (#63) - Support PHP 8.5 (#61) @@ -103,7 +105,8 @@ All notable changes to this library are documented in this file. Initial release providing `AutoloadingPluginLoader`, `MessageContainer` trait, `ValidatorInterface`, and type/iterable utility functions. -[Unreleased]: https://github.com/Icinga/ipl-stdlib/compare/v0.14.0...HEAD +[Unreleased]: https://github.com/Icinga/ipl-stdlib/compare/v0.15.0...HEAD +[v0.15.0]: https://github.com/Icinga/ipl-stdlib/releases/tag/v0.15.0 [v0.14.0]: https://github.com/Icinga/ipl-stdlib/releases/tag/v0.14.0 [v0.13.0]: https://github.com/Icinga/ipl-stdlib/releases/tag/v0.13.0 [v0.12.1]: https://github.com/Icinga/ipl-stdlib/releases/tag/v0.12.1