Skip to content

Commit

Permalink
Upgrade qttypes version
Browse files Browse the repository at this point in the history
  • Loading branch information
ogoffart committed Oct 22, 2024
1 parent 6deff63 commit ac6b620
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,17 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## [Unreleased]

## 0.2.12 2024-10-22 (qttype only)

- Prefer Qt6 over Qt5 if there is a `qmake6` binary in PATH
- `impl From<QVariantMap> for QVariant`
- Add QVariant::to_qvariantmap wrapper
- Add QVariant::to_qstring wrapper
- Add QVariant::type_name wrapper
- Add Debug for QVariantList
- Add QVariant::toInt wrapper
- Fix Qt linkage on macOS when Qt was configured with -no-framework

## 0.2.11 2023-11-03 (qttype only)

- reenable `cargo:rustc-cdylib-link-arg=-Wl,-rpath,` command even if it is depracated as it broke people's build
Expand Down
2 changes: 1 addition & 1 deletion qttypes/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "qttypes"
version = "0.2.11"
version = "0.2.12"
edition = "2018"
authors = ["Olivier Goffart <[email protected]>"]
build = "build.rs"
Expand Down

0 comments on commit ac6b620

Please sign in to comment.