From b56412b1ff021f053fcc694faaf1ef82a8e1bb9d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 23 Apr 2026 00:27:32 +0000 Subject: [PATCH 1/2] Release 4.16.0 Bump version.props from 4.15.0 to 4.16.0. Release notes (see RELEASE_NOTES.md for full details): - Performance: replace ref cells with mutable in ofSeq, tryWith, tryFinally enumerators - Added AsyncSeq.unzip, unzip3, map2, map3 (pending PR merge) 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 eda5e80..c540ea5 100644 --- a/version.props +++ b/version.props @@ -1,5 +1,5 @@ - 4.15.0 + 4.16.0 From e17febc69a132123fe4aad8e62f05af055a9ffd6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 23 Apr 2026 00:27:35 +0000 Subject: [PATCH 2/2] ci: trigger checks