Skip to content

Commit

Permalink
Release 0.6.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Lee Jarvis committed Feb 1, 2012
1 parent f7ef57f commit 6ab19c6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 0.6.7 / 2012-01-31

* Handle day, month names with scalar day and year (Joe Fiorini)
* Ensure 31st parses correctly with day names (Joe Fiorini)

# 0.6.6 / 2011-11-23

* `Chronic.parse('thur')` no longer returns `nil` (@harold)
Expand Down
2 changes: 1 addition & 1 deletion lib/chronic.rb
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
#
# @author Tom Preston-Werner, Lee Jarvis
module Chronic
VERSION = "0.6.6"
VERSION = "0.6.7"

class << self

Expand Down

0 comments on commit 6ab19c6

Please sign in to comment.