From a1f34d2e08e26212e99b2346096256adb7a84c00 Mon Sep 17 00:00:00 2001 From: Frode Carlsen Date: Thu, 5 Nov 2020 07:13:29 +0100 Subject: [PATCH] Update README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 50d1e38..de85017 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,10 @@ +[![Sonarcloud Status](https://sonarcloud.io/api/project_badges/measure?project=frode-carlsen_cron&metric=alert_status)](https://sonarcloud.io/dashboard?id=frode-carlsen_cron) +[![SonarCloud Coverage](https://sonarcloud.io/api/project_badges/measure?project=frode-carlsen_cron&metric=coverage)](https://sonarcloud.io/component_measures/metric/coverage/list?id=frode-carlsen_cron) +[![SonarCloud Bugs](https://sonarcloud.io/api/project_badges/measure?project=frode-carlsen_cron&metric=bugs)](https://sonarcloud.io/component_measures/metric/reliability_rating/list?id=frode-carlsen_cron) +[![SonarCloud Vulnerabilities](https://sonarcloud.io/api/project_badges/measure?project=frode-carlsen_cron&metric=vulnerabilities)](https://sonarcloud.io/component_measures/metric/security_rating/list?id=frode-carlsen_cron) [![Known Vulnerabilities](https://snyk.io/test/github/frode-carlsen/cron/badge.svg?targetFile=pom.xml)](https://snyk.io/test/github/frode-carlsen/cron?targetFile=pom.xml) +![GitHub](https://img.shields.io/github/license/frode-carlsen/cron) # cron @@ -18,6 +23,9 @@ See javadoc # Change history and credits +## version 1.6: + * 2020-11-05: fix issue #7 for java8 Switching Month/Year with given Month fails on nextTimeAfter by @foto-andreas + ## version 1.5: * 2019-08-02: performance improvement when next time is further into the future (java8) by @n3world