Skip to content

Commit 0506afc

Browse files
committed
v4.1.0
1 parent 9f2a9b8 commit 0506afc

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88

99
## [Unreleased]
1010

11+
12+
## [4.1.0] - 2023-01-20
13+
1114
### Added
1215
- BackgroundProcess#awaitSuccess() now returns a boolean indicating if the process finished or is still running
1316

haxelib.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
"description": "A haxelib with cross-platform concurrency functions and classes (thread-pool, task executor/scheduler, re-entrant lock, semaphore, atomic int/bool, thread-safe collections/queues)",
1212
"contributors": ["vegardit"],
1313
"releasenote": "See https://github.com/vegardit/haxe-concurrent/blob/main/CHANGELOG.md",
14-
"version": "4.0.1",
14+
"version": "4.1.0",
1515
"dependencies": { }
1616
}

0 commit comments

Comments
 (0)