From 6a938a2e6d597e3d0088bf0e8bd34e38bdd7cf61 Mon Sep 17 00:00:00 2001 From: Lukas Klingsbo Date: Mon, 9 Sep 2024 07:16:06 +0200 Subject: [PATCH] chore(release): Publish 6.1.0 (#47) --- CHANGELOG.md | 8 +++++++- pubspec.yaml | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f588111..0796785 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 6.1.0 + +- Add `elementAt` method, which returns the element at a certain index. +- Add benchmark harness skeleton. +- Optimize iterator by using a custom iterator. + ## 6.0.1 - Use cached results in `whereType()` when available, making `whereType()` @@ -12,7 +18,7 @@ ## 5.0.3 - Fix bug with sorting after removal of element in root bucket - + ## 5.0.2 - Fix bug with sorting after removal of element that leaves a bucket empty diff --git a/pubspec.yaml b/pubspec.yaml index 7dd9131..b4de072 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: ordered_set description: A simple implementation of an Ordered Set for Dart that allows multiple items with the same priority. -version: 6.0.1 +version: 6.1.0 homepage: https://github.com/bluefireteam/ordered_set funding: - https://opencollective.com/blue-fire