diff --git a/CHANGELOG.md b/CHANGELOG.md index fb5d91f..316ce08 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 0.6.0 (2022-07-26) + +* Updated nautilus-extension to 0.7.0. +* Updated gtk-rs and related dependencies to 0.15. +* Require GTK+ 3.20 and Rust 1.57. + ## 0.5.5 (2021-08-27) * Automate GitHub release using GitHub Actions. diff --git a/Cargo.toml b/Cargo.toml index 552dbda..870f3a1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tmsu-nautilus" -version = "0.5.5" +version = "0.6.0" authors = ["Andrew Shu "] license = "GPL-3.0-only" description = "Nautilus 3.0 extension for file tagging using TMSU"