Skip to content

Commit ac6b620

Browse files
committed
Upgrade qttypes version
1 parent 6deff63 commit ac6b620

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,17 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
66

77
## [Unreleased]
88

9+
## 0.2.12 2024-10-22 (qttype only)
10+
11+
- Prefer Qt6 over Qt5 if there is a `qmake6` binary in PATH
12+
- `impl From<QVariantMap> for QVariant`
13+
- Add QVariant::to_qvariantmap wrapper
14+
- Add QVariant::to_qstring wrapper
15+
- Add QVariant::type_name wrapper
16+
- Add Debug for QVariantList
17+
- Add QVariant::toInt wrapper
18+
- Fix Qt linkage on macOS when Qt was configured with -no-framework
19+
920
## 0.2.11 2023-11-03 (qttype only)
1021

1122
- reenable `cargo:rustc-cdylib-link-arg=-Wl,-rpath,` command even if it is depracated as it broke people's build

qttypes/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "qttypes"
3-
version = "0.2.11"
3+
version = "0.2.12"
44
edition = "2018"
55
authors = ["Olivier Goffart <olivier.goffart@slint.dev>"]
66
build = "build.rs"

0 commit comments

Comments
 (0)