File tree 2 files changed +7
-5
lines changed
2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -12,12 +12,14 @@ 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
- ## [ Unreleased] ( https://github.com/KDAB/cxx-qt/compare/v0.5.0 ...HEAD )
15
+ ## [ Unreleased] ( https://github.com/KDAB/cxx-qt/compare/v0.5.1 ...HEAD )
16
16
17
17
### Changed
18
18
19
19
- ` QDateTime ` API to use ` current_date_time ` rather than ` current_date `
20
20
21
+ ## [ 0.5.1] ( https://github.com/KDAB/cxx-qt/compare/v0.5.0...v0.5.1 ) - 2023-03-27
22
+
21
23
### Fixed
22
24
23
25
- ` qrc ` resources added to ` CxxQtBuilder ` or ` QtBuild ` now trigger ` cargo:rerun-if-changed ` for file entries
Original file line number Diff line number Diff line change @@ -27,17 +27,17 @@ members = [
27
27
edition = " 2021"
28
28
license = " MIT OR Apache-2.0"
29
29
repository = " https://github.com/KDAB/cxx-qt/"
30
- version = " 0.5.0 "
30
+ version = " 0.5.1 "
31
31
32
32
# Note a version needs to be specified on dependencies of packages
33
33
# we publish, otherwise crates.io complains as it doesn't know the version.
34
34
[workspace .dependencies ]
35
35
cxx-qt = { path = " crates/cxx-qt" }
36
36
cxx-qt-build = { path = " crates/cxx-qt-build" }
37
- cxx-qt-gen = { path = " crates/cxx-qt-gen" , version = " 0.5" }
37
+ cxx-qt-gen = { path = " crates/cxx-qt-gen" , version = " 0.5.1 " }
38
38
cxx-qt-lib = { path = " crates/cxx-qt-lib" }
39
- cxx-qt-lib-headers = { path = " crates/cxx-qt-lib-headers" , version = " 0.5" }
40
- qt-build-utils = { path = " crates/qt-build-utils" , version = " 0.5" }
39
+ cxx-qt-lib-headers = { path = " crates/cxx-qt-lib-headers" , version = " 0.5.1 " }
40
+ qt-build-utils = { path = " crates/qt-build-utils" , version = " 0.5.1 " }
41
41
42
42
# Ensure that the example comments are kept in sync
43
43
# examples/cargo_without_cmake/Cargo.toml
You can’t perform that action at this time.
0 commit comments