From cc94c9d3a750febf9b57811e769f277c86fe5eaf Mon Sep 17 00:00:00 2001 From: Andrew Hayzen Date: Fri, 19 May 2023 10:31:36 +0100 Subject: [PATCH] bump: release to 0.5.3 --- CHANGELOG.md | 5 ++++- Cargo.toml | 8 ++++---- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d96f43ffd..fa012b617 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,11 +12,14 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased](https://github.com/KDAB/cxx-qt/compare/v0.5.2...HEAD) +## [Unreleased](https://github.com/KDAB/cxx-qt/compare/v0.5.3...HEAD) + +## [0.5.3](https://github.com/KDAB/cxx-qt/compare/v0.5.2...v0.5.3) - 2023-05-19 ### Fixed - Ensure that QVariant{Hash,List,Map} cxx-qt-lib equivalents are registered so that they work in QML +- Stop generating `mut` on self pins unnecessarily ## [0.5.2](https://github.com/KDAB/cxx-qt/compare/v0.5.1...v0.5.2) - 2023-04-27 diff --git a/Cargo.toml b/Cargo.toml index 89537546d..b139a79a3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,17 +27,17 @@ members = [ edition = "2021" license = "MIT OR Apache-2.0" repository = "https://github.com/KDAB/cxx-qt/" -version = "0.5.2" +version = "0.5.3" # Note a version needs to be specified on dependencies of packages # we publish, otherwise crates.io complains as it doesn't know the version. [workspace.dependencies] cxx-qt = { path = "crates/cxx-qt" } cxx-qt-build = { path = "crates/cxx-qt-build" } -cxx-qt-gen = { path = "crates/cxx-qt-gen", version = "0.5.2" } +cxx-qt-gen = { path = "crates/cxx-qt-gen", version = "0.5.3" } cxx-qt-lib = { path = "crates/cxx-qt-lib" } -cxx-qt-lib-headers = { path = "crates/cxx-qt-lib-headers", version = "0.5.2" } -qt-build-utils = { path = "crates/qt-build-utils", version = "0.5.2" } +cxx-qt-lib-headers = { path = "crates/cxx-qt-lib-headers", version = "0.5.3" } +qt-build-utils = { path = "crates/qt-build-utils", version = "0.5.3" } # Ensure that the example comments are kept in sync # examples/cargo_without_cmake/Cargo.toml