Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
ericgj committed Feb 20, 2012
1 parent 031668e commit 1a4253b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.markdown
@@ -1,5 +1,9 @@
# Changelog

## 0.1.4 / 2012-02-20

- add range adjacency methods (`precedes?`, `succeeds?`, `adjacent_to?`)

## 0.1.3 / 2012-02-19

- convert date to time ranges for date <-> time comparisons in `within?/subsume?/intersection_with`
Expand Down
2 changes: 1 addition & 1 deletion lib/tempr/version.rb
Expand Up @@ -3,7 +3,7 @@ module Tempr
module Version
MAJOR = 0
MINOR = 1
TINY = 3
TINY = 4
STRING = "#{MAJOR}.#{MINOR}.#{TINY}"
end
end

0 comments on commit 1a4253b

Please sign in to comment.