Skip to content

Commit

Permalink
Update readme, bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ndw committed Oct 3, 2024
1 parent db23199 commit 438d11d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
docletVersion=0.8.0
schemaVersion=0.8.0
docletVersion=0.9.0
schemaVersion=0.9.0
docletTitle=XmlDoclet
docletName=xmldoclet

0 comments on commit 438d11d

Please sign in to comment.