From 7d767c71788297941ab34c4e77c0e12b1883bd30 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 9 Mar 2026 00:10:49 +0000 Subject: [PATCH 1/2] Prepare release 4.8.0 Bump version.props from 4.7.0 to 4.8.0. Changes in 4.8.0 (from RELEASE_NOTES.md): - Added AsyncSeq.mapFoldAsync - Added AsyncSeq.mapFold - Added AsyncSeq.allPairs - Added AsyncSeq.rev 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 0f4359a..026dfba 100644 --- a/version.props +++ b/version.props @@ -1,5 +1,5 @@ - 4.7.0 + 4.8.0 From aa0528304b167237ca1eac1816e3eff900280788 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 9 Mar 2026 00:14:48 +0000 Subject: [PATCH 2/2] ci: trigger checks