From 60b409bbf9cd4a4b41d58d842550c9c7366e5c3c Mon Sep 17 00:00:00 2001 From: Anton Bachin Date: Thu, 13 Apr 2023 14:16:20 +0300 Subject: [PATCH] Bump to 2.8.2 and write changelog --- doc/CHANGES | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES b/doc/CHANGES index 24cee389..d2654978 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,3 +1,14 @@ +Version 2.8.2 (2023-04-13): +--------------------------- + + Additions + + - ppxlib 0.26.0 and 0.27.0 compatibility (#400, Sonja Heinze). + + Bugs fixed + + - Collation of subdirectories in HTML report (#401, Luke Maurer). + Version 2.8.1 (2022-03-14): --------------------------- diff --git a/package.json b/package.json index 204a0319..fac277b0 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "bisect_ppx", "description": "Code coverage for OCaml and Reason", - "version": "2.8.1", + "version": "2.8.2", "license": "MIT", "homepage": "https://github.com/aantron/bisect_ppx", "bugs": {