diff --git a/Cargo.toml b/Cargo.toml index 4d8289c..f9b36c1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rust_qt_binding_generator" -version = "0.3.2" +version = "0.3.3" 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 4c114d7..2b039aa 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,5 @@ +0.3.3 (2019-02-24) + - Make it possible to specify C++ header files via mod build 0.3.2 (2019-02-13) - Add placeholder for variable name in generated code. 0.3.1 (2019-02-08)