We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 678e68f commit 0a31237Copy full SHA for 0a31237
CHANGELOG.md
@@ -1,5 +1,17 @@
1
# Changelog
2
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
15
## 0.10.1 / 2013-05-17
16
17
* [BUGFIX] Match time zone from schedule when finding times (#152)
lib/ice_cube/version.rb
@@ -1,5 +1,5 @@
module IceCube
- VERSION = '0.10.1'
+ VERSION = '0.11.1'
end
0 commit comments