Skip to content

Commit

Permalink
v3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sebthom committed Sep 10, 2021
1 parent 9518520 commit 71616a2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]


## [3.0.2] - 2021-09-10

### Fixed
- [Issue #12](https://github.com/vegardit/haxe-concurrent/issues/12) memory leak in ThreadPoolExecutor

Expand Down
2 changes: 1 addition & 1 deletion haxelib.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
"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)",
"contributors": ["vegardit"],
"releasenote": "See https://github.com/vegardit/haxe-concurrent/blob/main/CHANGELOG.md",
"version": "3.0.1",
"version": "3.0.2",
"dependencies": { }
}

0 comments on commit 71616a2

Please sign in to comment.