Skip to content

Commit

Permalink
Preparing v1.2.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
philr committed Jun 1, 2014
1 parent 08ba378 commit 90d058a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
Version 1.2.1 - 1-Jun-2014
--------------------------

* Support zoneinfo files generated with zic version 2014c and later.
* On platforms that only support positive 32-bit timestamps, ensure that
conversions are accurate from the epoch instead of just from the first
transition after the epoch.
* Minor documentation improvements.


Version 1.2.0 - 26-May-2014
---------------------------

Expand Down
2 changes: 1 addition & 1 deletion tzinfo.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = 'tzinfo'
s.version = '1.2.0'
s.version = '1.2.1'
s.summary = 'Daylight savings aware timezone library'
s.description = 'TZInfo provides daylight savings aware transformations between times in different time zones.'
s.author = 'Philip Ross'
Expand Down

0 comments on commit 90d058a

Please sign in to comment.