Skip to content

Commit

Permalink
Hooray! 1.0 release! 🎉
Browse files Browse the repository at this point in the history
Close #74
  • Loading branch information
AlexWayfer committed Sep 24, 2017
1 parent cedb12a commit 1fbed29
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -302,6 +302,7 @@ end

## Changelog

* 1.0.0 Many refactorings, tests improvements, add `--every` option
* 0.5.4 Add --daemon option, fix issues with the --restart option.
* 0.5.3 Exclude files. More environment variables. Options in Ruby API.
* 0.5.2 Start, stop and finalize API.
Expand Down
2 changes: 1 addition & 1 deletion lib/filewatcher/version.rb
Expand Up @@ -3,5 +3,5 @@
require_relative '../filewatcher'

class Filewatcher
VERSION = '0.5.4'.freeze
VERSION = '1.0.0'.freeze
end

0 comments on commit 1fbed29

Please sign in to comment.