Skip to content

Commit

Permalink
Bump to 1.4.1 and write changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
aantron committed Mar 25, 2019
1 parent dd26614 commit 693c3e3
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Bisect_ppx   [![version 1.4.0][version]][releases] [![Travis status][travis-img]][travis] [![Coverage][coveralls-img]][coveralls]
# Bisect_ppx   [![version 1.4.1][version]][releases] [![Travis status][travis-img]][travis] [![Coverage][coveralls-img]][coveralls]

[Bisect_ppx][self] is a code coverage tool for OCaml. It helps you test
thoroughly by showing which parts of your code are **not** tested.
Expand All @@ -12,7 +12,7 @@ generates for itself.

[self]: https://github.com/aantron/bisect_ppx
[releases]: https://github.com/aantron/bisect_ppx/releases
[version]: https://img.shields.io/badge/version-1.4.0-blue.svg
[version]: https://img.shields.io/badge/version-1.4.1-blue.svg
[self-coverage]: http://aantron.github.io/bisect_ppx/coverage/
[travis]: https://travis-ci.org/aantron/bisect_ppx/branches
[travis-img]: https://img.shields.io/travis/aantron/bisect_ppx/master.svg
Expand Down
13 changes: 13 additions & 0 deletions doc/CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
Version 1.4.1 (2018-03-25):
---------------------------

Additions

- PPX -no-comment-parsing option, to work around Bisect_ppx trying to parse
(*BISECT-IGNORE*) comments (#187, reported Ben Anderson).

Bugs fixed

- Bisect_ppx should run after other PPXs (#186, reported Brian Caine).
- Round displayed coverage percentages down (#172, reported Iago Abal).

Version 1.4.0 (2018-11-28):
---------------------------
Additions
Expand Down
2 changes: 1 addition & 1 deletion src/runtime/version.ml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@



let value = "1.4.0"
let value = "1.4.1"

0 comments on commit 693c3e3

Please sign in to comment.