From 5442ad0151361f11923638baf80df4fd74f4ec80 Mon Sep 17 00:00:00 2001 From: Anton Bachin Date: Thu, 21 Dec 2017 12:01:48 -0600 Subject: [PATCH] Bump version to 1.3.2 and write changelog --- README.md | 4 ++-- doc/CHANGES | 14 ++++++++++++++ src/runtime/version.ml | 2 +- 3 files changed, 17 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ee47c688..2285ae56 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Bisect_ppx   [![version 1.3.1][version]][releases] [![Travis status][travis-img]][travis] [![Coverage][coveralls-img]][coveralls] +# Bisect_ppx   [![version 1.3.2][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 @@ -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.1-blue.svg +[version]: https://img.shields.io/badge/version-1.3.2-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 diff --git a/doc/CHANGES b/doc/CHANGES index b1f0bc83..c60d3553 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,3 +1,17 @@ +Version 1.3.2 (2017-12-21): +--------------------------- + Bugs fixed + + - Report names of intermediate files when Bisect_ppx is unable to read them + (#163, Emilio Jesús Gallego Arias). + - Don't apply instrumentation to attributes in .mli files (#164, reported + Etienne Millon). + + Improvements + + - Generate HTML report filenames from source filenames, instead of assigning + them numbers (#139, Brad Langel). + Version 1.3.1 (2017-10-05): --------------------------- Compatibility with OCaml 4.06 diff --git a/src/runtime/version.ml b/src/runtime/version.ml index 06e6b114..8d6f2dc6 100644 --- a/src/runtime/version.ml +++ b/src/runtime/version.ml @@ -4,4 +4,4 @@ -let value = "1.3.1" +let value = "1.3.2"