Update version to 0.3.0

master
Jos van den Oever 2019-01-21 23:44:53 +01:00
parent 7c8bb6a535
commit 0c67f8bc32
2 changed files with 4 additions and 2 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "rust_qt_binding_generator"
version = "0.2.2"
version = "0.3.0"
authors = ["Jos van den Oever <jos@vandenoever.info>"]
description = "Generate code to build Qt applications with Rust"
license = "AGPL-3.0-or-later"
@ -13,7 +13,7 @@ cc = { version = "1", features = ["parallel"] }
clap = "2"
regex= "1"
serde = "1.0"
serde-xml-rs = "0.2.1"
serde_derive = "1.0"
serde_json = "1.0"
serde-xml-rs = "0.2.1"
toml = "0.4.10"

View File

@ -1,3 +1,5 @@
0.3.0 (2019-01-21)
- Add function to Build to choose Qt modules to link to
0.2.2 (2018-12-10)
- Fix build with rust <= 1.30
0.2.1 (2018-12-10)