Skip to content

Commit 3f5ec52

Browse files
ahayzen-kdabLeonMatthesKDAB
authored andcommitted
changelog: update for 0.6.1 release
1 parent 784946e commit 3f5ec52

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

CHANGELOG.md

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ All notable changes to this project will be documented in this file.
1515
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
1616
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
1717

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)
1919

2020
### Added
2121

@@ -36,14 +36,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3636
- `#[qobject]` attribute is now optional on types in `extern "RustQt"`
3737
- `#[qobject]` attribute is now required on types in `extern "C++Qt"`
3838

39-
### Fixed
40-
41-
- Missing include for `MaybeLockGuard` when using only `extern "C++Qt"` signals
42-
4339
### Removed
4440

4541
- `qt_gui` and `qt_qml` features from `cxx-qt-build` they are only used in `cxx-qt-lib(-headers)` now
4642

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+
4753
## [0.6.0](https://github.com/KDAB/cxx-qt/compare/v0.5.3...v0.6.0) - 2023-11-17
4854

4955
### Added

0 commit comments

Comments
 (0)