Skip to content

Commit

Permalink
chore: Release v5.0.3 (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
spydon committed Apr 16, 2024
1 parent ed2d5a3 commit b0be331
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,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
10 changes: 5 additions & 5 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name: ordered_set
description: A simple implementation of an Ordered Set for Dart that allows multiple items with the same priority.
version: 5.0.2
version: 5.0.3
homepage: https://github.com/luanpotter/ordered_set

environment:
sdk: '>=2.14.0 <3.0.0'

dev_dependencies:
coverage: ^1.6.3
dartdoc: ^6.3.0
flame_lint: ^1.1.0
test: ^1.24.6
coverage: ^1.7.2
dartdoc: ^8.0.8
flame_lint: ^1.1.2
test: ^1.25.3

0 comments on commit b0be331

Please sign in to comment.