Skip to content

Commit

Permalink
Bump version to 3.3.0+2 for parallel task fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rknell committed Jan 1, 2025
1 parent a163bbf commit 61bc8b5
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,5 +1,9 @@
# Changelog

## 3.3.0+2

- Fixed a bug where parallel task limit could be exceeded when tasks complete with delay

## 3.3.0+1

- No code changes: Added missing changelog entry for LIFO functionality
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: queue
description: Queue up futures from multiple sources and await their return anywhere in your code.
version: 3.3.0+1
version: 3.3.0+2
homepage: https://github.com/rknell/dart_queue
repository: https://github.com/rknell/dart_queue

Expand Down

0 comments on commit 61bc8b5

Please sign in to comment.