Skip to content

Commit

Permalink
Version 0.4.7 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
thibaudgg committed Jun 27, 2012
1 parent 32b009a commit b1ba3dd
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 0.4.7 - June 27, 2012

### Bug fixes

- Increase latency to 0.25, to avoid useless polling fallback. (fixed by [@thibaudgg][])
- Change watched inotify events, to avoid duplication callback. (fixed by [@thibaudgg][])
- [#41](https://github.com/guard/listen/issues/41) Use lstat instead of stat when calculating mtime. (fixed by [@ebroder][])

## 0.4.6 - June 20, 2012

### Bug fix
Expand Down Expand Up @@ -124,6 +132,7 @@
[#39]: https://github.com/guard/listen/issues/39
[@Maher4Ever]: https://github.com/Maher4Ever
[@dkubb]: https://github.com/dkubb
[@ebroder]: https://github.com/ebroder
[@akerbos]: https://github.com/akerbos
[@cobychapple]: https://github.com/cobychapple
[@daemonza]: https://github.com/daemonza
Expand Down
2 changes: 1 addition & 1 deletion lib/listen/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Listen
VERSION = '0.4.6'
VERSION = '0.4.7'
end

0 comments on commit b1ba3dd

Please sign in to comment.