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