Update version and ChangeLog

master
Jos van den Oever 2019-02-25 23:47:54 +01:00
parent 5c5126d84b
commit 8691a9204b
2 changed files with 3 additions and 1 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "rust_qt_binding_generator"
version = "0.3.3"
version = "0.3.4"
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.4 (2019-02-25)
- Allow explicit adding of include directories and libraries to link
0.3.3 (2019-02-24)
- Make it possible to specify C++ header files via mod build
0.3.2 (2019-02-13)