Skip to content

Commit

Permalink
Bump to 2.4.0 and write changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
aantron committed Apr 21, 2020
1 parent 1d4f365 commit 560a8fb
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.3.2-blue.svg
[version]: https://img.shields.io/badge/version-2.4.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
Expand Down
2 changes: 1 addition & 1 deletion bisect_ppx.opam
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
opam-version: "2.0"

synopsis: "Code coverage for OCaml"
version: "2.3.2"
version: "2.4.0"
license: "MIT"
homepage: "https://github.com/aantron/bisect_ppx"
doc: "https://github.com/aantron/bisect_ppx"
Expand Down
12 changes: 12 additions & 0 deletions doc/CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
Version 2.4.0 (2020-04-21):
---------------------------
Additions

- PPX --exclude-files command-line option (#313).
- Jest integration (#314, @jihchi).
- Register exit hook automatically on Node (3471d2a).

Bugs fixed

- CSS: display text cursor over entire code view (#315).

Version 2.3.2 (2020-04-19):
---------------------------
Bugs fixed
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.3.2",
"version": "2.4.0",
"license": "MIT",
"homepage": "https://github.com/aantron/bisect_ppx",
"bugs": {
Expand Down

0 comments on commit 560a8fb

Please sign in to comment.