Skip to content

Commit

Permalink
Bump to 1.3.3 and write changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
aantron committed Apr 29, 2018
1 parent 0d50eba commit 9b04379
Show file tree
Hide file tree
Showing 3 changed files with 24 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.3.2][version]][releases] [![Travis status][travis-img]][travis] [![Coverage][coveralls-img]][coveralls]
# Bisect_ppx   [![version 1.3.3][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. You can also
Expand All @@ -14,7 +14,7 @@ generates for itself. You may also want to see

[self]: https://github.com/aantron/bisect_ppx
[releases]: https://github.com/aantron/bisect_ppx/releases
[version]: https://img.shields.io/badge/version-1.3.2-blue.svg
[version]: https://img.shields.io/badge/version-1.3.3-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
21 changes: 21 additions & 0 deletions doc/CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
Version 1.3.3 (2018-04-29):
---------------------------
Bugs fixed

- Don't try to read .exclude file when Bisect_ppx is disabled (#169, Gary
Trakhman).
- Refactor how instrumented code registers itself with the Bisect_ppx runtime,
to make it easier to use Bisect_ppx with libraries other than stdlib (#171,
Hugo Heuzard).

Packaging

- The deprecated packages bisect_ppx.ocamlbuild and bisect_ppx.plugin, which
contained the Bisect_ppx Ocamlbuild plugin, have been deleted. The plugin is
now available only through bisect_ppx-ocamlbuild (#143).
- The deprecated package alias bisect_ppx.fast has been deleted (#144).

Miscellaneous

- Major refactoring of the instrumenter to make it much easier to work on.

Version 1.3.2 (2017-12-21):
---------------------------
Bugs fixed
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.3.2"
let value = "1.3.3"

0 comments on commit 9b04379

Please sign in to comment.