Skip to content

Commit

Permalink
changelog and bump version to 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
talklittle committed Sep 17, 2016
1 parent 2fd280c commit 50e81f9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 0.2.1 (2016-09-17)

* Info provider: Use Mutex and fix Arc misuse that was possibly leading to segfault.

## 0.2.0 (2016-09-17)

* Ported to Rust. Previous [Python version](https://github.com/talklittle/tmsu-nautilus-python).
Expand Down
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.2.0"
version = "0.2.1"
authors = ["Andrew Shu <[email protected]>"]

[lib]
Expand Down

0 comments on commit 50e81f9

Please sign in to comment.