diff --git a/Cargo.toml b/Cargo.toml index ae1a338..f94ba3e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rust_qt_binding_generator" -version = "0.3.0" +version = "0.3.1" 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 536223b..951c53b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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)