Skip to content

Commit

Permalink
Release 3.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Serious-senpai committed Apr 15, 2024
1 parent aeb5e0f commit de40070
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 @@
# 3.4.0
- Added `BoundedSemaphore` class
- Improve package metadata and documentation

# 3.3.4
- Improve documentation and example

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.3.4
version: 3.4.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 de40070

Please sign in to comment.