diff --git a/CHANGES.md b/CHANGES.md index f61f98bd..8bd52394 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,7 @@ +## 4.0.3 (2023-02-27) + - Fixed large git installations hanging on windows ([#585](https://github.com/HaxeFoundation/haxelib/pull/585)) + - Corrected license in haxelib.json ([#535](https://github.com/HaxeFoundation/haxelib/pull/535)) + ## 4.0.2 (2019-11-11) - Fixed too strict requirements to haxelib.json data for private libs ([#484](https://github.com/HaxeFoundation/haxelib/issues/484)) diff --git a/haxelib.json b/haxelib.json index 9da66e38..528f1f41 100644 --- a/haxelib.json +++ b/haxelib.json @@ -5,7 +5,7 @@ "tags": ["haxelib", "core"], "description": "The haxelib client", "classPath": "src", - "version": "4.0.2", - "releasenote": " * Fixed too strict requirements to haxelib.json data for private libs (#484)", + "version": "4.0.3", + "releasenote": "Fixed large git installations hanging on windows (#585)", "contributors": ["HaxeFoundation", "back2dos", "ncannasse", "jason", "Simn", "nadako", "andyli"] } diff --git a/run.n b/run.n index 9ced81af..df2f53b2 100644 Binary files a/run.n and b/run.n differ