Skip to content

Commit

Permalink
Release 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Serious-senpai committed May 18, 2024
1 parent ad368b5 commit 44b052b
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 @@
# 4.0.0
- Remove `Unfair*` primitives from the library
- Add `error` argument to `BoundedSemaphore` constructor, indicating whether `BoundedSemaphoreLimitException` should be thrown

# 3.4.0
- Added `BoundedSemaphore` class
- Improve package metadata and documentation
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: async_locks
version: 3.4.0
version: 4.0.0
description: "Synchronization primitives for asynchronous Dart code: Event, Lock and Semaphore"
homepage: https://github.com/Serious-senpai/async-locks
repository: https://github.com/Serious-senpai/async-locks
Expand Down

0 comments on commit 44b052b

Please sign in to comment.