Skip to content

Commit

Permalink
v5.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sebthom committed May 7, 2023
1 parent 62f688d commit 4556ec0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]


## [5.1.3] - 2023-05-07

### Fixed
- null analysis issues with Haxe 4.3.x
- ClassCastException with Haxe 4.3.x on JVM target


## [5.1.2] - 2023-05-06

### Fixed
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": "5.1.2",
"version": "5.1.3",
"dependencies": { }
}

0 comments on commit 4556ec0

Please sign in to comment.