Skip to content

Commit 5fc8127

Browse files
committed
Bump version, add changelog to readme
1 parent 5d3b34a commit 5fc8127

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -117,3 +117,7 @@ Much of the output is the result of experimentation and exploring the
117117
Javadoc APIs. If you discover that xmldoclet produces output that
118118
doesn’t conform to the schema, or if you think that the output is
119119
incomplete or incorrect, please [open an issue](https://github.com/Saxonica/xmldoclet/issues).
120+
121+
## Change log
122+
123+
* **0.5.0** String constants now use “backslash-U” escapes for non-ASCII characters.

gradle.properties

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
docletVersion=0.4.0
2-
schemaVersion=0.4.0
1+
docletVersion=0.5.0
2+
schemaVersion=0.5.0
33
docletTitle=XmlDoclet
44
docletName=xmldoclet

0 commit comments

Comments
 (0)