Update version and ChangeLog

master
Jos van den Oever 2019-02-08 22:02:08 +01:00
parent bba4964e31
commit 7e7d2f91ae
2 changed files with 3 additions and 1 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "rust_qt_binding_generator"
version = "0.3.0"
version = "0.3.1"
authors = ["Jos van den Oever <jos@vandenoever.info>"]
description = "Generate code to build Qt applications with Rust"
license = "AGPL-3.0-or-later"

View File

@ -1,3 +1,5 @@
0.3.1 (2019-02-08)
- Fix bug where Cargo.toml could not be found.
0.3.0 (2019-01-21)
- Add function to Build to choose Qt modules to link to
0.2.2 (2018-12-10)