Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ogoffart committed Nov 19, 2021
1 parent c7274e8 commit 9a32cf5
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 5 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## [Unreleased]

## 0.2.5 2021-11-19

- Completed QColor API
- Added wrapper around QJSon* types, QPainter, QPen, QBrush, QLineF
- Added QQuickPaintedItem
- Fixes to the qttype build script

## 0.2.4 2021-09-30

- Fixed build with Qt < 5.8 and >= 6.2
Expand Down
6 changes: 3 additions & 3 deletions qmetaobject/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "qmetaobject"
version = "0.2.4"
version = "0.2.5"
edition = "2018"
authors = ["Olivier Goffart <ogoffart@woboq.com>"]
build = "build.rs"
Expand All @@ -17,8 +17,8 @@ chrono_qdatetime = ["qttypes/chrono"]
webengine = ["qttypes/qtwebengine"]

[dependencies]
qttypes = { path = "../qttypes", version = "0.2.4", features = ["qtquick"] }
qmetaobject_impl = { path = "../qmetaobject_impl", version = "=0.2.4"}
qttypes = { path = "../qttypes", version = "0.2.5", features = ["qtquick"] }
qmetaobject_impl = { path = "../qmetaobject_impl", version = "=0.2.5"}
lazy_static = "1.0"
cpp = "0.5.6"
log = { version = "0.4", optional = true }
Expand Down
2 changes: 1 addition & 1 deletion qmetaobject_impl/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "qmetaobject_impl"
version = "0.2.4"
version = "0.2.5"
edition = "2018"
authors = ["Olivier Goffart <ogoffart@woboq.com>"]
description = "Custom derive for the qmetaobject crate."
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.4"
version = "0.2.5"
edition = "2018"
authors = ["Olivier Goffart <ogoffart@woboq.com>"]
build = "build.rs"
Expand Down

0 comments on commit 9a32cf5

Please sign in to comment.