From 169929d72656d450fdeb9544c808ccf17aaedc5e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 1 Mar 2026 17:07:26 +0000 Subject: [PATCH 1/2] Prepare release 4.5.0 Bump version.props from 4.2.0 to 4.5.0, covering all unreleased additions since 4.2.0: 4.3.0: head, iteri, find, tryFindAsync, tail 4.4.0: findAsync, existsAsync, forallAsync 4.5.0: last, item, tryItem RELEASE_NOTES.md already contains all three version sections. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- version.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.props b/version.props index 15fe5e9..1c21cec 100644 --- a/version.props +++ b/version.props @@ -1,5 +1,5 @@ - 4.2.0 + 4.5.0 From ef588f382fb6340a08918ce67ce6c96d7ade47c2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 1 Mar 2026 17:10:08 +0000 Subject: [PATCH 2/2] ci: trigger CI checks