Skip to content

Commit 416267a

Browse files
committed
v2.0.1
1 parent db41a52 commit 416267a

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](http://semver.org/spec/v2.0.0.
88

99
## [Unreleased]
1010

11+
12+
## [2.0.1] - 2018-10-23
13+
1114
### Fixed
1215
- class hx.concurrent.lock.RWLock not working on JS target
1316
- workaround for HL on Haxe 3.4 which is missing native thread support

haxelib.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
"vegardit"
1010
],
1111
"releasenote": "See https://github.com/vegardit/haxe-concurrent/blob/master/CHANGELOG.md",
12-
"version": "2.0.0",
12+
"version": "2.0.1",
1313
"dependencies": { }
1414
}

0 commit comments

Comments
 (0)