diff --git a/CHANGELOG.md b/CHANGELOG.md index 337866c..8719159 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 0.4.1 (2018-03-24) + +* Handle filenames with colon (`:`). + ## 0.4.0 (2018-02-19) * Fixed compilation on Rust 1.24. diff --git a/Cargo.lock b/Cargo.lock index 73c7146..cfbbc4a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -289,7 +289,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "tmsu-nautilus" -version = "0.4.0" +version = "0.4.1" dependencies = [ "gdk 0.7.0 (git+https://github.com/gtk-rs/gdk)", "glib 0.4.1 (git+https://github.com/gtk-rs/glib)", diff --git a/Cargo.toml b/Cargo.toml index 5d326a9..4cc2903 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tmsu-nautilus" -version = "0.4.0" +version = "0.4.1" authors = ["Andrew Shu "] license = "GPL-3.0-only" description = "Nautilus 3.0 extension for file tagging using TMSU"