Skip to content

Commit

Permalink
Version bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
marcglasberg committed May 13, 2024
1 parent 1574568 commit 81e3455
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 81e3455

Please sign in to comment.