Skip to content

Commit

Permalink
Setting version (0.1.0), updating History.
Browse files Browse the repository at this point in the history
  • Loading branch information
ymendel committed Jun 30, 2008
1 parent 6d6e3d9 commit 7d6f171
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions History.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
== 0.1.0 2008-06-30

* 1 minor enhancement:
* Added optional cache mode for getting an Event's modified files. The old behavior is the mtime mode, which is default.

* 1 tiny enhancement:
* Now stripping trailing slashes from paths (for both Stream and Event objects)

== 0.0.2 2008-06-17

* 1 tiny enhancement:
Expand Down
4 changes: 2 additions & 2 deletions lib/fsevents/version.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
module Fsevents #:nodoc:
module VERSION #:nodoc:
MAJOR = 0
MINOR = 0
TINY = 2
MINOR = 1
TINY = 0

STRING = [MAJOR, MINOR, TINY].join('.')
end
Expand Down

0 comments on commit 7d6f171

Please sign in to comment.