diff --git a/CHANGELOG.md b/CHANGELOG.md index 706b8ea..4cc2c63 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 0.2.1 (2016-09-17) + +* Info provider: Use Mutex and fix Arc misuse that was possibly leading to segfault. + ## 0.2.0 (2016-09-17) * Ported to Rust. Previous [Python version](https://github.com/talklittle/tmsu-nautilus-python). diff --git a/Cargo.toml b/Cargo.toml index b739ace..772d084 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tmsu-nautilus" -version = "0.2.0" +version = "0.2.1" authors = ["Andrew Shu "] [lib]