From 81e345592019b59fb1ff2497d38c8fa200a382d8 Mon Sep 17 00:00:00 2001 From: Marcelo Glasberg <13332110+marcglasberg@users.noreply.github.com> Date: Mon, 13 May 2024 14:22:25 -0300 Subject: [PATCH] Version bump. --- CHANGELOG.md | 4 ++++ pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bf160c7..663f99d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 10.2.3 + +* Improved `IList.zip()` generic typing. + ## 10.2.2 * You can now declare empty lists, sets and maps like diff --git a/pubspec.yaml b/pubspec.yaml index 7eb426f..0d84a0a 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: fast_immutable_collections description: Immutable lists, sets, maps, and multimaps, which are as fast as their native mutable counterparts. Extension methods and comparators for native Dart collections. -version: 10.2.2 +version: 10.2.3 homepage: https://github.com/marcglasberg/fast_immutable_collections topics: - collections