Skip to content

Commit

Permalink
CHANGELOG and Version bumps
Browse files Browse the repository at this point in the history
  • Loading branch information
marklarr committed Jan 1, 2015
1 parent 938eca4 commit fd40dad
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
10 changes: 7 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
# CHANGELOG

## master
## v0.0.6

* Make synx work for localized files
[archaeopterasa](https://github.com/archaeopterasa)
[#63](https://github.com/venmo/slather/pull/63)

* Prohibit running Synx as root to avoid file permission issues
[Mark Larsen](https://github.com/marklarr)
[Mark Larsen](https://github.com/marklarr)
[#60](https://github.com/venmo/slather/pull/60)

* Add a command to show the version of Synx
[Mark Larsen](https://github.com/marklarr)
[Mark Larsen](https://github.com/marklarr)
[#61](https://github.com/venmo/slather/pull/61)

## v0.0.54
Expand Down
2 changes: 1 addition & 1 deletion lib/synx/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Synx
VERSION = "0.0.54"
VERSION = "0.0.6"
end

0 comments on commit fd40dad

Please sign in to comment.