Skip to content

Commit 92feeae

Browse files
committed
bump: release to 0.5.1
1 parent abe72d1 commit 92feeae

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

CHANGELOG.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,14 @@ All notable changes to this project will be documented in this file.
1212
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
1313
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
1414

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

1717
### Changed
1818

1919
- `QDateTime` API to use `current_date_time` rather than `current_date`
2020

21+
## [0.5.1](https://github.com/KDAB/cxx-qt/compare/v0.5.0...v0.5.1) - 2023-03-27
22+
2123
### Fixed
2224

2325
- `qrc` resources added to `CxxQtBuilder` or `QtBuild` now trigger `cargo:rerun-if-changed` for file entries

Cargo.toml

+4-4
Original file line numberDiff line numberDiff line change
@@ -27,17 +27,17 @@ members = [
2727
edition = "2021"
2828
license = "MIT OR Apache-2.0"
2929
repository = "https://github.com/KDAB/cxx-qt/"
30-
version = "0.5.0"
30+
version = "0.5.1"
3131

3232
# Note a version needs to be specified on dependencies of packages
3333
# we publish, otherwise crates.io complains as it doesn't know the version.
3434
[workspace.dependencies]
3535
cxx-qt = { path = "crates/cxx-qt" }
3636
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" }
3838
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" }
4141

4242
# Ensure that the example comments are kept in sync
4343
# examples/cargo_without_cmake/Cargo.toml

0 commit comments

Comments
 (0)