Update version and ChangeLog

master
Jos van den Oever 2019-02-13 08:10:19 +01:00
parent 10ddeda5cb
commit c522870b79
2 changed files with 3 additions and 1 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "rust_qt_binding_generator"
version = "0.3.1"
version = "0.3.2"
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.2 (2019-02-13)
- Add placeholder for variable name in generated code.
0.3.1 (2019-02-08)
- Fix bug where Cargo.toml could not be found.
0.3.0 (2019-01-21)