diff --git a/CHANGELOG.md b/CHANGELOG.md index 99711f10..b5d0010c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,8 +6,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] - 2026-07-07 -__BREAKING CHANGES: Minimum supported Java is Java 25. Next version will be 7.0.0.__ - ### Added ### Changed @@ -17,18 +15,25 @@ __BREAKING CHANGES: Minimum supported Java is Java 25. Next version will be 7.0. ### Removed ### Fixed -* Refactored the internal classes associated with the hash-table implementation of Kendall Tau Sequence Distance, which were identified by RefactorFirst as highly-coupled. ### Dependencies -* Minimum supported Java bumped to Java 25 (breaking change). -* Bump org.cicirello:rho-mu from 4.2.1 to 5.0.1 (breaking change). -* Bump org.cicirello:core from 2.7.1 to 3.0.0 (breaking change). ### CI/CD ### Other +## [7.0.0] - 2026-07-07 + +### Fixed +* Refactored the internal classes associated with the hash-table implementation of Kendall Tau Sequence Distance, which were identified by RefactorFirst as highly-coupled. + +### Dependencies +* Minimum supported Java bumped to Java 25 (breaking change). +* Bump org.cicirello:rho-mu from 4.2.1 to 5.0.1 (breaking change). +* Bump org.cicirello:core from 2.7.1 to 3.0.0 (breaking change). + + ## [6.0.1] - 2025-05-15 ### Dependencies diff --git a/README.md b/README.md index 19c98b94..9b26ffb1 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ API documentation: https://jpt.cicirello.org/api | __JaCoCo Test Coverage__ | [![coverage](https://raw.githubusercontent.com/cicirello/JavaPermutationTools/badges/jacoco.svg)](https://github.com/cicirello/JavaPermutationTools/actions/workflows/build.yml) [![branch coverage](https://raw.githubusercontent.com/cicirello/JavaPermutationTools/badges/branches.svg)](https://github.com/cicirello/JavaPermutationTools/actions/workflows/build.yml) | | __Security__ | [![Snyk security score](https://snyk-widget.herokuapp.com/badge/mvn/org.cicirello/jpt/badge.svg)](https://snyk.io/vuln/maven%3Aorg.cicirello%3Ajpt) [![Snyk Known Vulnerabilities](https://snyk.io/test/github/cicirello/JavaPermutationTools/badge.svg)](https://snyk.io/test/github/cicirello/JavaPermutationTools) | | __DOI__ | [![DOI](https://zenodo.org/badge/139182095.svg)](https://zenodo.org/badge/latestdoi/139182095) | -| __Other Information__ | [![GitHub](https://img.shields.io/github/license/cicirello/JavaPermutationTools)](https://github.com/cicirello/JavaPermutationTools/blob/master/LICENSE) [![style](https://img.shields.io/badge/style-Google%20Java%20Style-informational)](https://google.github.io/styleguide/javaguide.html) | +| __Other Information__ | [![GitHub](https://img.shields.io/github/license/cicirello/JavaPermutationTools)](https://github.com/cicirello/JavaPermutationTools/blob/master/LICENSE) [![style](https://img.shields.io/badge/style-Google%20Java%20Style-informational)](https://google.github.io/styleguide/javaguide.html) ![Minimum supported Java version](https://img.shields.io/badge/dynamic/xml?url=https%3A%2F%2Fraw.githubusercontent.com%2Fcicirello%2FJavaPermutationTools%2Frefs%2Fheads%2Fmaster%2Fpom.xml&query=%2F*%5Blocal-name()%3D'project'%5D%2F*%5Blocal-name()%3D'properties'%5D%2F*%5Blocal-name()%3D'maven.compiler.release'%5D&prefix=%3E%3D&label=Java) | | __Support__ | [![GitHub Sponsors](https://img.shields.io/badge/sponsor-30363D?logo=GitHub-Sponsors&logoColor=#EA4AAA)](https://github.com/sponsors/cicirello) [![Liberapay](https://img.shields.io/badge/Liberapay-F6C915?logo=liberapay&logoColor=black)](https://liberapay.com/cicirello) [![Ko-Fi](https://img.shields.io/badge/Ko--fi-F16061?logo=ko-fi&logoColor=white)](https://ko-fi.com/cicirello) | ## How to Cite