From 1efd2e287ef3dab00209525384e65af76d7a3208 Mon Sep 17 00:00:00 2001 From: Andrew Shu Date: Wed, 27 Jul 2022 03:49:37 -0700 Subject: [PATCH] changelog and bump version to 0.6.1 --- 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 316ce08..8cf68d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 0.6.1 (2022-07-27) + +* Updated nautilus-extension to 0.8.0. +* Fixed Clippy lint warnings. + ## 0.6.0 (2022-07-26) * Updated nautilus-extension to 0.7.0. diff --git a/Cargo.lock b/Cargo.lock index 52fd7e6..10244d9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -603,7 +603,7 @@ dependencies = [ [[package]] name = "tmsu-nautilus" -version = "0.6.0" +version = "0.6.1" dependencies = [ "gdk", "glib", diff --git a/Cargo.toml b/Cargo.toml index 0a50520..3f2eece 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tmsu-nautilus" -version = "0.6.0" +version = "0.6.1" authors = ["Andrew Shu "] license = "GPL-3.0-only" description = "Nautilus 3.0 extension for file tagging using TMSU"