Skip to content

Commit

Permalink
chore: Release 5.0.2 (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
spydon committed Sep 11, 2023
1 parent d2cb63e commit cf77183
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 @@
## 5.0.2

- Fix bug with sorting after removal of element that leaves a bucket empty

## 5.0.1

- Remove `ìmplements Iterable` to make Dart 3.10 happy
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: 5.0.1
version: 5.0.2
homepage: https://github.com/luanpotter/ordered_set

environment:
Expand Down

0 comments on commit cf77183

Please sign in to comment.