From de400705ae79b2a1c5355acd55b02af5e70e7bf0 Mon Sep 17 00:00:00 2001 From: Serious-senpai <57554044+Serious-senpai@users.noreply.github.com> Date: Mon, 15 Apr 2024 22:31:43 +0700 Subject: [PATCH] Release 3.4.0 --- CHANGELOG.md | 4 ++++ pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c4dd831..115db15 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 3.4.0 + - Added `BoundedSemaphore` class + - Improve package metadata and documentation + # 3.3.4 - Improve documentation and example diff --git a/pubspec.yaml b/pubspec.yaml index 9e9824f..8c66d99 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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