diff --git a/README.md b/README.md index 104a35fc..0c6a4f38 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ details of how it is generated are in the [worked example](#Example). [self]: https://github.com/aantron/bisect_ppx [releases]: https://github.com/aantron/bisect_ppx/releases -[version]: https://img.shields.io/badge/version-2.4.1-blue.svg +[version]: https://img.shields.io/badge/version-2.5.0-blue.svg [travis]: https://travis-ci.org/aantron/bisect_ppx [travis-img]: https://img.shields.io/travis/aantron/bisect_ppx/master.svg?label=travis [appveyor]: https://ci.appveyor.com/project/aantron/bisect-ppx/branch/master diff --git a/bisect_ppx.opam b/bisect_ppx.opam index af616588..ff8d573d 100644 --- a/bisect_ppx.opam +++ b/bisect_ppx.opam @@ -1,7 +1,7 @@ opam-version: "2.0" synopsis: "Code coverage for OCaml" -version: "2.4.1" +version: "2.5.0" license: "MIT" homepage: "https://github.com/aantron/bisect_ppx" doc: "https://github.com/aantron/bisect_ppx" diff --git a/doc/CHANGES b/doc/CHANGES index 01ae4891..a6ba9e9c 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,3 +1,20 @@ +Version 2.5.0 (2020-10-19): +--------------------------- + Additions + + - Support Dune's --instrument-with integration, introduced in Dune 2.7.0 + (#331, Pau Ruiz Safont). + + Bugs fixed + + - runtime.unix_open is not a function in js_of_ocaml integration, occurring + since Dune 2.7.0 (#334). + - Don't assume that (&&) is always applied to two arguments (#333, reported + Vladimir Keleshev). + - esy sandbox directory specified in environment variable cur__target_dir + might not exist (#328, reported David Sancho). + - Reporter: don't crash on symlink cycles (#324, reported Rudi Grinberg). + Version 2.4.1 (2020-05-10): --------------------------- Bugs fixed diff --git a/package.json b/package.json index 04ef2e22..eaaa6f99 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "bisect_ppx", "description": "Code coverage for OCaml and Reason", - "version": "2.4.1", + "version": "2.5.0", "license": "MIT", "homepage": "https://github.com/aantron/bisect_ppx", "bugs": {