Skip to content

Commit 122f1db

Browse files
committed
cargo: bump version to 0.9.1
1 parent 4fec90f commit 122f1db

4 files changed

Lines changed: 24 additions & 18 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,13 @@ 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.9.0...HEAD)
18+
## [Unreleased](https://github.com/KDAB/cxx-qt/compare/v0.9.1...HEAD)
19+
20+
## [0.9.1](https://github.com/KDAB/cxx-qt/compare/v0.9.0...v0.9.1) - 2026-08-03
21+
22+
### Fixed
23+
24+
- Fix finding qmake in PATH when only qmake6 is available and no qmake
1925

2026
## [0.9.0](https://github.com/KDAB/cxx-qt/compare/v0.8.1...v0.9.0) - 2026-06-23
2127

Cargo.lock

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -35,20 +35,20 @@ resolver = "2"
3535
edition = "2021"
3636
license = "MIT OR Apache-2.0"
3737
repository = "https://github.com/KDAB/cxx-qt/"
38-
version = "0.9.0"
38+
version = "0.9.1"
3939
# At least 1.85.0 so that we can have rust edition 2024
4040
rust-version = "1.85.0"
4141

4242
# Note a version needs to be specified on dependencies of packages
4343
# we publish, otherwise crates.io complains as it doesn't know the version.
4444
[workspace.dependencies]
45-
cxx-qt = { path = "crates/cxx-qt", version = "0.9.0" }
46-
cxx-qt-macro = { path = "crates/cxx-qt-macro", version = "0.9.0" }
47-
cxx-qt-build = { path = "crates/cxx-qt-build", version = "0.9.0" }
48-
cxx-qt-gen = { path = "crates/cxx-qt-gen", version = "0.9.0" }
49-
cxx-qt-lib = { path = "crates/cxx-qt-lib", version = "0.9.0" }
50-
qt-build-utils = { path = "crates/qt-build-utils", version = "0.9.0" }
51-
cxx-qt-lib-extras = { path = "crates/cxx-qt-lib-extras", version = "0.9.0" }
45+
cxx-qt = { path = "crates/cxx-qt", version = "0.9.1" }
46+
cxx-qt-macro = { path = "crates/cxx-qt-macro", version = "0.9.1" }
47+
cxx-qt-build = { path = "crates/cxx-qt-build", version = "0.9.1" }
48+
cxx-qt-gen = { path = "crates/cxx-qt-gen", version = "0.9.1" }
49+
cxx-qt-lib = { path = "crates/cxx-qt-lib", version = "0.9.1" }
50+
qt-build-utils = { path = "crates/qt-build-utils", version = "0.9.1" }
51+
cxx-qt-lib-extras = { path = "crates/cxx-qt-lib-extras", version = "0.9.1" }
5252

5353
cc = { version = "1.0.100", features = ["parallel"] }
5454
# Ensure that the example comments are kept in sync

book/src/getting-started/5-cmake-integration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ Download CXX-Qts CMake code with FetchContent:
134134

135135
```cmake,ignore
136136
{{#include ../../../examples/qml_minimal/CMakeLists.txt:book_cmake_find_cxx_qt_start}}
137-
GIT_TAG 0.9.0
137+
GIT_TAG 0.9.1
138138
{{#include ../../../examples/qml_minimal/CMakeLists.txt:book_cmake_find_cxx_qt_end}}
139139
```
140140

0 commit comments

Comments
 (0)