diff --git a/.haxerc b/.haxerc index dc3cec2..22c3a57 100644 --- a/.haxerc +++ b/.haxerc @@ -1,4 +1,4 @@ { - "version": "4.3.1", + "version": "4.3.4", "resolveLibs": "scoped" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index ec5c8f9..da0d83f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ ## dev branch / next version (1.x.x) -## version 1.2.0 (2024-06-xx) +## version 1.2.0 (2024-06-02) - added `-D instrument-quiet` conditional to skip printing dots during instrumentation - added support for null coalesence operator (??), fixes [#17](https://github.com/AlexHaxe/haxe-instrument/issues/17) diff --git a/haxelib.json b/haxelib.json index 0a38084..8b408bf 100644 --- a/haxelib.json +++ b/haxelib.json @@ -9,7 +9,7 @@ ], "description": "a profiling and coverage library for Haxe", "version": "1.2.0", - "releasenote": "added support for null coalesence and safe navigation operators, also bugfixes - see CHANGELOG", + "releasenote": "added support for null coalesence and safe navigation operators, reworked branch coverage, also bugfixes - see CHANGELOG", "contributors": [ "AlexHaxe" ],