From 438d11d2abf340c1dbfa8a230777b05222bc34b0 Mon Sep 17 00:00:00 2001 From: Norman Walsh Date: Thu, 3 Oct 2024 09:31:20 +0100 Subject: [PATCH] Update readme, bump version --- README.md | 6 ++++++ gradle.properties | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cf18b2d..2acce4c 100644 --- a/README.md +++ b/README.md @@ -120,6 +120,12 @@ incomplete or incorrect, please [open an issue](https://github.com/Saxonica/xmld ## Change log +* **0.9.0** Fixed package and type names; fixed interface lists + + Package and type names are correct (fixed [#10](https://github.com/Saxonica/xmldoclet/issues/10)), + and the interfaces of supertypes are included in the list of implemented interfaces + (fixed [#11](https://github.com/Saxonica/xmldoclet/issues/11)). + * **0.8.0** Fixed method names Output the “simple” method name in the name attribute on method elements. diff --git a/gradle.properties b/gradle.properties index be67956..5d1b87e 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ -docletVersion=0.8.0 -schemaVersion=0.8.0 +docletVersion=0.9.0 +schemaVersion=0.9.0 docletTitle=XmlDoclet docletName=xmldoclet