@@ -12,9 +12,10 @@ All notable changes to this project will be documented in this file.
12
12
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
13
13
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
14
14
15
-
16
15
## [ Unreleased]
17
16
17
+ ## [ 0.4.0] - 2022-10-28
18
+
18
19
### Added
19
20
20
21
- Addition of qt-build-utils crate
@@ -26,6 +27,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
26
27
- Rewrite of build system, removal of custom cmake file, corrosion is used for CMake and support for building with only Cargo
27
28
- Refactor of internal generation code so it's split into stages and removal of pattern matching for types, so arbritary CXX types can be supported
28
29
- Mark Qt relocatable types as trivial to CXX
30
+ - Use Rust closures to queue tasks onto the Qt thread
29
31
30
32
### Removed
31
33
@@ -70,7 +72,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
70
72
- Support for QColor, QPointF, QSizeF, QString, QVariant
71
73
- Support for nested objects
72
74
73
- [ Unreleased ] : https://github.com/KDAB/cxx-qt/compare/v0.3.0...HEAD
75
+ [ Unreleased ] : https://github.com/KDAB/cxx-qt/compare/v0.4.0...HEAD
76
+ [ 0.3.0 ] : https://github.com/KDAB/cxx-qt/compare/v0.3.0...v0.4.0
74
77
[ 0.3.0 ] : https://github.com/KDAB/cxx-qt/compare/v0.2.1...v0.3.0
75
78
[ 0.2.1 ] : https://github.com/KDAB/cxx-qt/compare/v0.2.0...v0.2.1
76
79
[ 0.2.0 ] : https://github.com/KDAB/cxx-qt/compare/v0.1.0...v0.2.0
0 commit comments