Skip to content

Commit

Permalink
Release 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Lee Jarvis committed Jul 19, 2011
1 parent 4a1a454 commit 4cf24f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion HISTORY.md
@@ -1,4 +1,4 @@
# HEAD
# 0.6.0 / 2011-07-19

* Attempting to parse strings with days past the last day of a month will
now return nil. ex: `Chronic.parse("30th February") #=> nil`
Expand Down
2 changes: 1 addition & 1 deletion lib/chronic.rb
Expand Up @@ -28,7 +28,7 @@
#
# @author Tom Preston-Werner, Lee Jarvis
module Chronic
VERSION = "0.5.0"
VERSION = "0.6.0"

class << self

Expand Down

0 comments on commit 4cf24f3

Please sign in to comment.