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.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
agateau committed Dec 1, 2018
1 parent e0a6fa0 commit 1c1dab5
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# 2018.12.01 - 0.5.0

- Turn internal QML elements into private C++ members, see README.md for details on how to use this. (Matthew Lam)
- Add support for `@returns`, a synonym for `@return`. (Max Paperno)
- Add support for trailing (inline) Doxygen comments for properties, signals, and methods (but not method params). (Max Paperno)
- Fix installation issues on Windows (Max Paperno)
- Improve test coverage and infrastructure (Aurelien Gateau)
- Setup flake8 to enforce coding style (Aurelien Gateau)

# 2018.05.19 - 0.4.0

- Add support for wrapping generated C++ code in a namespace (Taylor Braun-Jones)
Expand Down
2 changes: 1 addition & 1 deletion RELEASE_CHECK_LIST.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Update NEWS:

r!git log --pretty=format:'- \%s (\%an)' x.y.z-1..HEAD

Bump version number in doxyqml/doxyqml.py
Bump version number in doxyqml/__init__.py

Commit

Expand Down
2 changes: 1 addition & 1 deletion doxyqml/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = "0.4.0"
__version__ = "0.5.0"
DESCRIPTION = "Doxygen input filter for QML files"

0 comments on commit 1c1dab5

Please sign in to comment.