diff --git a/Cargo.toml b/Cargo.toml index c43c5da..8d709d4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rust_qt_binding_generator" -version = "0.2.0" +version = "0.2.1" authors = ["Jos van den Oever "] description = "Generate code to build Qt applications with Rust" license = "AGPL-3.0-or-later" @@ -16,4 +16,4 @@ serde = "1.0" serde_derive = "1.0" serde_json = "1.0" serde-xml-rs = "0.2.1" -toml = "0.4.10" \ No newline at end of file +toml = "0.4.10" diff --git a/ChangeLog b/ChangeLog index 93186dd..6bcd3fb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +0.2.1 (2018-12-10) + - Fix generated code for use with Rust edition 2018 (Owen Nelson, bug 401913) + - Fix building with MSVC (bug 400716) 0.2.0 (2018-10-29) - Fix building with Cargo on Windows with MSVC (bug 400393) - Change generated API to avoid concurrent mutable and immutable references