Skip to content

Commit

Permalink
Release 4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Serious-senpai committed Sep 14, 2024
1 parent e2cc339 commit 44e59b2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# 4.0.1
- Remove duplicate documentation section

# 4.0.0
- Remove `Unfair*` primitives from the library
- Add `error` argument to `BoundedSemaphore` constructor, indicating whether `BoundedSemaphoreLimitException` should be thrown
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: 4.0.0
version: 4.0.1
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 44e59b2

Please sign in to comment.