Skip to content

Commit

Permalink
changelog and bump version to 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
talklittle committed Feb 10, 2019
1 parent 9f1c809 commit 7f10ab9
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 0.5.1 (2019-02-10)

* Updated dependencies.
* Built with Rust 1.32 (not a strict requirement).

## 0.5.0 (2018-07-28)

* Fixed crash on Properties page when opening remote files.
Expand Down Expand Up @@ -37,4 +42,4 @@

* First source code release of TMSU Nautilus extension.
* Right-click on file to add tags.
* Display tags in file browser column.
* Display tags in file browser column.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tmsu-nautilus"
version = "0.5.0"
version = "0.5.1"
authors = ["Andrew Shu <talklittle@gmail.com>"]
license = "GPL-3.0-only"
description = "Nautilus 3.0 extension for file tagging using TMSU"
Expand Down

0 comments on commit 7f10ab9

Please sign in to comment.