Skip to content

Commit bbea830

Browse files
committed
Bump version to 3.4.0 for queue priority feature
1 parent d2dd22a commit bbea830

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## 3.4.0
4+
5+
- Added ability to add items to the front of the queue (renamed from needsPriority to addToFront for clarity)
6+
- Fixed obsolete imports in README examples
7+
8+
## 3.3.0+2
9+
310
## 3.0.0-nullsafety.0
411

512
- Initial null safe release

pubspec.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
name: queue
22
description: Queue up futures from multiple sources and await their return anywhere in your code.
3-
version: 3.0.0-nullsafety.0
3+
version: 3.4.0
44
homepage: https://github.com/rknell/dart_queue
55
repository: https://github.com/rknell/dart_queue
66

77
environment:
8-
sdk: ">=2.12.0-0 <3.0.0"
8+
sdk: ">=2.12.0 <4.0.0"
99

1010
dev_dependencies:
11-
extra_pedantic: 1.3.0
12-
pedantic: 1.10.0
1311
test: ^1.16.3
12+
lints: ^2.0.1

0 commit comments

Comments
 (0)