Skip to content

Commit

Permalink
Bump to 2.8.3 and write changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
aantron committed Jul 17, 2023
1 parent 7481b7a commit 004a913
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions doc/CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
Version 2.8.3 (2023-07-17):
---------------------------

Additions

- ppxlib 0.28.0 and higher compatibility (#413).
- ReScript 10 support (#405, reported by Quinn Dougherty).
- ReScript 11 support (#422).

Bugs fixed

- Show sources of .re files in HTML view when build system is Dune (#404,
reported by Konstantin Olkhovskiy).
- Respect [@coverage off] in or-patterns (#414, reported by Nora Sandler).
- Add <packages> to Cobertura format (#420, Maxim Grankin).
- Stack overflow in HTML generation (#421, Allan Blanchard).

Changes

- Prebuilt binaries for npm are now built on Ubuntu 20.04 and macOS 11. They
were previously built on Ubuntu 18.04 and macOS 10.

Version 2.8.2 (2023-04-13):
---------------------------

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.8.2",
"version": "2.8.3",
"license": "MIT",
"homepage": "https://github.com/aantron/bisect_ppx",
"bugs": {
Expand Down

0 comments on commit 004a913

Please sign in to comment.