Skip to content

Commit 0a31237

Browse files
committed
Release v0.11.1
1 parent 678e68f commit 0a31237

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## 0.11.1 / 2013-10-28
4+
5+
* [ENHANCEMENT] Move deprecated into IceCube namespace
6+
* [ENHANCEMENT] Standardize the exceptions that we raise
7+
* [BUGFIX] Fix ActiveSupport edge case restoring serialized TZ
8+
9+
## 0.11.0 / 2013-06-13
10+
11+
* [FEATURE] `schedule.last(n)` method (#117)
12+
* [FEATURE] `previous_occurrence` & `previous_occurrences` methods (#170)
13+
* [BUGFIX] Occurrence `to_s` accepts format to comply with Rails
14+
315
## 0.10.1 / 2013-05-17
416

517
* [BUGFIX] Match time zone from schedule when finding times (#152)

lib/ice_cube/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module IceCube
22

3-
VERSION = '0.10.1'
3+
VERSION = '0.11.1'
44

55
end

0 commit comments

Comments
 (0)