Skip to content
This repository has been archived by the owner on Sep 21, 2020. It is now read-only.

Commit

Permalink
Getting ready for 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
agateau committed May 19, 2018
1 parent 5cc330d commit f5b40ec
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# 2018.05.19 - 0.4.0

- Add support for wrapping generated C++ code in a namespace (Taylor Braun-Jones)
- Explicitly specify the encoding of the QML input files as utf-8 (Taylor Braun-Jones)
- Fix parsing of properties named "property" (Taylor Braun-Jones)
- Fix parsing of multiline text strings (Taylor Braun-Jones)
- Made parsing of pragma and imports more resilient to spaces before or after, (Sanjay Joshi, Taylor Braun-Jones, Aurelien Gateau)
- Add a script to run all tests through coverage and make Travis run it (Aurelien Gateau)

# 2016.06.20 - 0.3.0

- Port to Python 3 (Olivier Churlaud, Aurélien Gâteau)
Expand Down
2 changes: 1 addition & 1 deletion doxyqml/doxyqml.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
from .qmlclass import QmlClass


VERSION = "0.3.0"
VERSION = "0.4.0"
DESCRIPTION = "Doxygen input filter for QML files"


Expand Down

0 comments on commit f5b40ec

Please sign in to comment.