From a9ffd752957cbb418a5a8a0791961cf44ec3c7c8 Mon Sep 17 00:00:00 2001 From: Carlos Amengual Date: Thu, 30 Mar 2023 18:33:11 +0200 Subject: [PATCH] Release 4.0 --- README.md | 2 +- RELEASE_NOTES.md | 30 +++++++++--------------------- build.gradle | 2 +- 3 files changed, 11 insertions(+), 23 deletions(-) diff --git a/README.md b/README.md index 5da1b0c..124e8a1 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ and optional library packages are the following: ### Compile-time dependencies - The [css4j](https://github.com/css4j/css4j/releases) library (and its transitive - dependencies); version 3.9.1 or higher is recommended (compatibility with 4.0 or + dependencies); version 4.0 or higher is recommended (compatibility with 5.0 or higher is likely but not guaranteed). ### Test dependencies diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 4df06fc..8bc7fdf 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,33 +1,21 @@ -# css4j-AWT version 3.6.1 Release Notes +# css4j-AWT version 4.0 Release Notes -### January 23, 2023 +### March 30, 2023
## Highlights -### Accept synonyms for "sans serif" in `AWTStyleDatabase` - -### Make generic font family comparisons case insensitive in `AWTStyleDatabase` +### Upgrade to css4j 4.0 +This library now benefits from the color upgrades in css4j 4.0.
## Detail of changes -The javadocs now link to css4j API docs. - -- Accept synonyms for "sans serif" in `AWTStyleDatabase`. -- Make generic font family comparisons case insensitive in `AWTStyleDatabase`. -- Bump year to 2023 in copyrights. -- Javadoc: add a module description. -- Fix build warning -- Fix javadoc warning -- Upgrade to css4j 3.9.1 -- Upgrade to xml-dtd 4.1.1 -- Upgrade to slf4j-api 2.0.6 -- Upgrade to JUnit 4.13.2. -- Upgrade to extra-java-module-info 1.2 -- Upgrade Gradle wrapper to 7.6 -- Gradle: copy licensing files to META-INF directory of archive files. -- Add a workflow to publish package in Github. +- Upgrade to css4j 4.0 +- Upgrade to slf4j 2.0.7 +- Upgrade to extra-java-module-info 1.3 +- Upgrade Gradle wrapper to 8.0.2 +- Tests: convert the tests to JUnit 5. diff --git a/build.gradle b/build.gradle index 684c550..3ce1247 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ plugins { } group = 'io.sf.carte' -version = '3.6.2-SNAPSHOT' +version = '4.0' description = 'css4j-awt'