diff --git a/README.md b/README.md index 1cc4c50..4955f9e 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ JFreeSVG ======== -Version 5.0.2, by David Gilbert, 7 November 2021. +Version 5.0.3, by David Gilbert, 22 June 2022. -(C)opyright 2013-2021, by David Gilbert. All rights reserved. +(C)opyright 2013-2022, by David Gilbert. All rights reserved. [![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.jfree/org.jfree.svg/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.jfree/org.jfree.svg) @@ -31,7 +31,7 @@ JFreeSVG is published to the Central Repository. You can include it in your pro org.jfree org.jfree.svg - 5.0.2 + 5.0.3 JFreeSVG is a modular library with the module name `org.jfree.svg`. @@ -78,7 +78,7 @@ If you prefer not to be bound by the terms of the GPLv3, you can obtain an alter Change History -------------- -Version 5.0.3 (not-yet-released) +Version 5.0.3 (22 June 2022) - remove duplicate calls to `getClipPathRef()` - update Maven plugin dependencies @@ -101,17 +101,14 @@ Version 5.0 (12 June 2021) - added more JUnit tests; - updated JUnit test dependency to version 5.7.2. - Version 4.2 (10 January 2021) - replace `NumberFormat` with Ryu algorithm for performance gains ([#30](https://github.com/jfree/jfreesvg/pull/30)); - add winding rule to path data if required ([#25](https://github.com/jfree/jfreesvg/issues/25)); - migrated to JUnit 5. - Version 4.1 (26 March 2020) - correction of fix for encoding of images ([#21](https://github.com/jfree/jfreesvg/issues/21)). - Version 4.0 (27 February 2020) - created a module for JFreeSVG: `org.jfree.svg`; - increased the minimum required Java version to 11; @@ -120,7 +117,6 @@ Version 4.0 (27 February 2020) - fix `drawArc()` and `fillArc()` methods to draw pie arcs; - use `java.util.Base64` instead of `javax.xml.bind.DatatypeConverter`. - Version 3.4 (10 February 2019) - added attribute for font size units override; - added automatic module name (`org.jfree.jfreesvg`); @@ -128,12 +124,10 @@ Version 3.4 (10 February 2019) - fixed `drawString()` method for empty string; - fixed `drawImage()` method for `null` `ImageOp`. - Version 3.3 (7 November 2017) - the default `DEFS` key prefix should not begin with a number; - transferred demo code to the [JFree-Demos](https://github.com/jfree/jfree-demos) project to streamline the distribution process. - Version 3.2 (9 October 2016) - added facility to specify `units` for `width` and `height` attributes; - added option to suppress `width` and `height` from SVG element; diff --git a/pom.xml b/pom.xml index 1d563ca..9c9e6e1 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ org.jfree org.jfree.svg - 5.0.3-SNAPSHOT + 5.0.3 jar JFreeSVG