Skip to content

Commit

Permalink
chore(release): Publish 6.1.0 (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
spydon committed Sep 9, 2024
1 parent eef82f1 commit 6a938a2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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()`
Expand All @@ -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
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: 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
Expand Down

0 comments on commit 6a938a2

Please sign in to comment.