File tree 1 file changed +11
-5
lines changed 1 file changed +11
-5
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ All notable changes to this project will be documented in this file.
15
15
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
16
16
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
17
17
18
- ## [ Unreleased] ( https://github.com/KDAB/cxx-qt/compare/v0.6.0 ...HEAD )
18
+ ## [ Unreleased] ( https://github.com/KDAB/cxx-qt/compare/v0.6.1 ...HEAD )
19
19
20
20
### Added
21
21
@@ -36,14 +36,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
36
36
- ` #[qobject] ` attribute is now optional on types in ` extern "RustQt" `
37
37
- ` #[qobject] ` attribute is now required on types in ` extern "C++Qt" `
38
38
39
- ### Fixed
40
-
41
- - Missing include for ` MaybeLockGuard ` when using only ` extern "C++Qt" ` signals
42
-
43
39
### Removed
44
40
45
41
- ` qt_gui ` and ` qt_qml ` features from ` cxx-qt-build ` they are only used in ` cxx-qt-lib(-headers) ` now
46
42
43
+ ## [ 0.6.1] ( https://github.com/KDAB/cxx-qt/compare/v0.6.0...v0.6.1 ) - 2024-04-19
44
+
45
+ ### Fixed
46
+
47
+ - Missing include for ` MaybeLockGuard ` when using only ` extern "C++Qt" ` signals
48
+ - Fix build issues with Qt 6.7
49
+ - Improve handling of Apple frameworks with Qt
50
+ - Run qmlcachegen only when required
51
+ - Support for building with no Rust or C++ files in the builder script
52
+
47
53
## [ 0.6.0] ( https://github.com/KDAB/cxx-qt/compare/v0.5.3...v0.6.0 ) - 2023-11-17
48
54
49
55
### Added
You can’t perform that action at this time.
0 commit comments