From 62cf0d8e45d32b827f550c377e23169c0d7bb667 Mon Sep 17 00:00:00 2001 From: Norman Walsh Date: Fri, 4 Oct 2024 15:27:06 +0100 Subject: [PATCH] Update README and bump version --- README.md | 5 +++++ gradle.properties | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b460e8c..794adb7 100644 --- a/README.md +++ b/README.md @@ -120,6 +120,11 @@ incomplete or incorrect, please [open an issue](https://github.com/Saxonica/xmld ## Change log +* **0.15.0** Show nested classes and interfaces + + As a convenience, the list of `classref` and `interfaceref` elements in a package + now includes nested classes and interfaces. + * **0.14.0** Fixed package name The package name was sometimes (e.g., in the superclass type) diff --git a/gradle.properties b/gradle.properties index ee9c050..d657db1 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ -docletVersion=0.14.0 +docletVersion=0.15.0 schemaVersion=0.13.0 docletTitle=XmlDoclet docletName=xmldoclet