diff --git a/README.md b/README.md index a67c2806..b213eaa6 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.2.0-blue.svg +[version]: https://img.shields.io/badge/version-2.3.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 a7506299..7881297c 100644 --- a/bisect_ppx.opam +++ b/bisect_ppx.opam @@ -1,7 +1,7 @@ opam-version: "2.0" synopsis: "Code coverage for OCaml" -version: "2.2.0" +version: "2.3.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 52c47ccd..11bfc022 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,3 +1,18 @@ +Version 2.3.0 (2020-04-06): +--------------------------- + Additions + + - Dark theme support (#301, Ulrik Strid). + - Dark theme based on GitHub-Dark (#260). + - PPX options --bisect-file and --bisect-silent as alternatives to BISECT_FILE + and BISECT_SILENT environment variables (#303, Mehdi Bouaziz). + + Bugs fixed + + - HTML: coverage meters displayed incorrectly (b61f46a, reported Ulrik Strid). + - HTML: Firefox would use the default font in pre > code (#300, Ulrik Strid). + - HTML: don't show tooltip over unvisited points (#304). + Version 2.2.0 (2020-03-26): --------------------------- Additions diff --git a/package.json b/package.json index 651c25d8..403183cd 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "bisect_ppx", "description": "Code coverage for OCaml and Reason", - "version": "2.2.0", + "version": "2.3.0", "license": "MIT", "homepage": "https://github.com/aantron/bisect_ppx", "bugs": {