Skip to content

Commit

Permalink
Bump to 2.7.0 and write changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
aantron committed Nov 23, 2021
1 parent c606462 commit 3f7b81e
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions doc/CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
Version 2.7.0 (2021-11-23):
---------------------------

Additions

- Reports in Cobertura XML format, used on GitLab (#383, Valentin Chaboche).
- .coverage file merging (#389, Valentin Chaboche).
- Environment variable BISECT_SIGTERM and PPX option --bisect-sigterm, which
cause the runtime to write .coverage files upon receiving SIGTERM (#390,
Arvid Jakobsson).
- bisect-ppx-report: verbose logging now hidden behind new --verbose flag
(4b36eb4).
- HTML: minimal metadata so that links to reports are decorated by social
media platforms (#373).

Bugs fixed

- Adapt to change in how ReScript represents -> (#382, reported by Danni
Friedland).
- Broken installation on pnpm (#381, reported by Tillmann Rendel).
- bisect-ppx-report: clearer error messages (#386, 6327d04).
- HTML: visit count tooltip not visible on last line of report (#374).

Version 2.6.3 (2021-07-21):
---------------------------

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "bisect_ppx",
"description": "Code coverage for OCaml and Reason",
"version": "2.6.3",
"version": "2.7.0",
"license": "MIT",
"homepage": "https://github.com/aantron/bisect_ppx",
"bugs": {
Expand Down

0 comments on commit 3f7b81e

Please sign in to comment.