Skip to content

Commit

Permalink
prepare version 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexHaxe committed Jun 2, 2024
1 parent 821dbf7 commit 10244d3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .haxerc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"version": "4.3.1",
"version": "4.3.4",
"resolveLibs": "scoped"
}
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion haxelib.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
],
Expand Down

0 comments on commit 10244d3

Please sign in to comment.