WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 067c7c7

Browse files
committed
Release 1.1.6
1 parent e0ea0b1 commit 067c7c7

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 1.1.6 - Jun 4, 2013
2+
3+
### Change
4+
5+
- [#120][] Warn when using relative_paths option when listening to multiple diretories. (reported by [@chriseppstein][], added by [@thibaudgg][])
6+
17
## 1.1.5 - Jun 3, 2013
28

39
### Bug fix
@@ -302,10 +308,13 @@
302308
[#115]: https://github.com/guard/listen/issues/115
303309
[#117]: https://github.com/guard/listen/issues/117
304310
[#118]: https://github.com/guard/listen/issues/118
311+
[#120]: https://github.com/guard/listen/issues/120
312+
[#122]: https://github.com/guard/listen/issues/122
305313
[@Maher4Ever]: https://github.com/Maher4Ever
306314
[@ahoward]: https://github.com/ahoward
307315
[@akerbos]: https://github.com/akerbos
308316
[@antifuchs]: https://github.com/antifuchs
317+
[@chriseppstein]: https://github.com/chriseppstein
309318
[@cobychapple]: https://github.com/cobychapple
310319
[@daemonza]: https://github.com/daemonza
311320
[@dkubb]: https://github.com/dkubb
@@ -330,4 +339,4 @@
330339
[@textgoeshere]: https://github.com/textgoeshere
331340
[@thibaudgg]: https://github.com/thibaudgg
332341
[@vongruenigen]: https://github.com/vongruenigen
333-
[@zanker]: https://github.com/zanker
342+
[@zanker]: https://github.com/zanker

lib/listen/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Listen
2-
VERSION = '1.1.5'
2+
VERSION = '1.1.6'
33
end

0 commit comments

Comments
 (0)