Skip to content

Commit d67710d

Browse files
authored
chore(release): Publish v7.0.0 (#58)
1 parent d89d9f6 commit d67710d

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 7.0.0
2+
3+
- Introduce new `PriorityOrderedSet` class and reorganize the package structure.
4+
15
## 6.1.1
26

37
- Fix bug if inner sub set is empty causing null pointer exception.

pubspec.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
11
name: ordered_set
22
description: A simple implementation of an Ordered Set for Dart that allows multiple items with the same priority.
3-
version: 6.1.1
3+
version: 7.0.0
44
homepage: https://github.com/bluefireteam/ordered_set
55
funding:
66
- https://opencollective.com/blue-fire
77
- https://github.com/sponsors/bluefireteam
88
- https://patreon.com/bluefireoss
9+
topics:
10+
- data-structures
11+
- collections
12+
- ordered-set
913

1014
environment:
1115
sdk: '>=3.4.0 <4.0.0'

0 commit comments

Comments
 (0)