From 432069000f81cd890a734c9d44469bf8d54252b9 Mon Sep 17 00:00:00 2001 From: Andrew Shu Date: Sat, 28 Jul 2018 19:11:06 -0700 Subject: [PATCH] changelog and bump version to 0.5.0 --- CHANGELOG.md | 5 +++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b281ce2..f292984 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 0.5.0 (2018-07-28) + +* Fixed crash on Properties page when opening remote files. +* Require Rust 1.27. + ## 0.4.2 (2018-04-03) * Fixed crash on Properties page. diff --git a/Cargo.lock b/Cargo.lock index 8eeef38..f2eeaa1 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.2" +version = "0.5.0" 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 65f8bca..2744049 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tmsu-nautilus" -version = "0.4.2" +version = "0.5.0" authors = ["Andrew Shu "] license = "GPL-3.0-only" description = "Nautilus 3.0 extension for file tagging using TMSU"