diff --git a/Cargo.toml b/Cargo.toml index 52cfcd2..26becd0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,18 +1,18 @@ [package] name = "rust_qt_binding_generator" -version = "0.1.1" +version = "0.2.0" authors = ["Jos van den Oever "] description = "Generate code to build Qt applications with Rust" license = "AGPL-3.0-or-later" documentation = "https://phabricator.kde.org/source/rust-qt-binding-generator/" homepage = "https://phabricator.kde.org/source/rust-qt-binding-generator/" repository = "https://anongit.kde.org/rust-qt-binding-generator" [dependencies] cc = { version = "1", features = ["parallel"] } clap = "2" regex= "1" serde = "1.0" serde_derive = "1.0" serde_json = "1.0" serde-xml-rs = "0.2.1" diff --git a/ChangeLog b/ChangeLog new file mode 100644 index 0000000..93186dd --- /dev/null +++ b/ChangeLog @@ -0,0 +1,8 @@ +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 + via callbacks into C++ +0.1.0 (2018-10-10) + - Port to Rust + - Publish as crate + - Add tools to build