From 420787b52c10cccfc9d1a00afc3307cfcc3c1a86 Mon Sep 17 00:00:00 2001 From: Roland Tritsch Date: Sat, 23 Dec 2023 20:28:58 +0000 Subject: [PATCH] Release 1.6.5. --- CHANGELOG.md | 4 ++++ README.md | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5847345..f1bb48f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 1.6.5 - 2024-01-01 + +* Upgrade to 3.3.2 (to take advantage of the coverage fix) + # 1.6.4 - 2023-10-01 * Upgrade to latest versions diff --git a/README.md b/README.md index 7e70b5f..a7f4f5e 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[![Coverage Status][coveralls-badge]][coveralls-status] +[![coveralls-badge][]][coveralls-status] # scoverage samples @@ -20,7 +20,7 @@ Afterwards you can find the report in ... ``` ./target/scala-2.13/scoverage-report/index.html -./target/scala-3.3.1/scoverage-report/index.html +./target/scala-3.3.2-RC1/scoverage-report/index.html ``` You can also upload the report to [coveralls][] by running ...