Skip to content

Commit

Permalink
Update change log, bump version to 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ndw committed Oct 3, 2024
1 parent f277a06 commit aa4607e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,13 @@ incomplete or incorrect, please [open an issue](https://github.com/Saxonica/xmld

## Change log

* **0.10.0** Fix superclass interfaces; output information about type parameters

Moved the interface information about a superclass into the superclass
(fixed [#13](https://github.com/Saxonica/xmldoclet/issues/13)).
Output JavaDoc descriptions associated with parameters in parameterized classes
(fixed [#14](https://github.com/Saxonica/xmldoclet/issues/14)).

* **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)),
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.9.0
schemaVersion=0.9.0
docletVersion=0.10.0
schemaVersion=0.10.0
docletTitle=XmlDoclet
docletName=xmldoclet

0 comments on commit aa4607e

Please sign in to comment.