Increase version number and add ChangeLog

master
Jos van den Oever 2018-10-29 22:41:14 +01:00
parent 037322f270
commit e6d220bc18
2 changed files with 9 additions and 1 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "rust_qt_binding_generator"
version = "0.1.1"
version = "0.2.0"
authors = ["Jos van den Oever <jos@vandenoever.info>"]
description = "Generate code to build Qt applications with Rust"
license = "AGPL-3.0-or-later"

8
ChangeLog Normal file
View File

@ -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