From 8691a9204bd6676723209fb98695c9c9527a1c7b Mon Sep 17 00:00:00 2001 From: Jos van den Oever Date: Mon, 25 Feb 2019 23:47:54 +0100 Subject: [PATCH] Update version and ChangeLog --- Cargo.toml | 2 +- ChangeLog | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f9b36c1..662bda7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rust_qt_binding_generator" -version = "0.3.3" +version = "0.3.4" authors = ["Jos van den Oever "] description = "Generate code to build Qt applications with Rust" license = "AGPL-3.0-or-later" diff --git a/ChangeLog b/ChangeLog index 2b039aa..2a4436e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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)