M History.md +13 -1
@@ 1,18 1,30 @@
+## v0.4.0 [2018-09-12] Michael Granger <ged@FaerieMUD.org>
+
+Bugfixes:
+
+- Remove mixins only used in the specs.
+- Fix indentation warnings
+- Fix README examples
+
+
## v0.3.0 [2016-07-29] Michael Granger <ged@FaerieMUD.org>
Bugfix:
-- Add support for 0th hour and 12am (thanks to
+
+- Add support for 0th hour and 12am (thanks to
Meining Lu <meining@getupperhand.com> on Github for the patch)
## v0.2.0 [2016-07-20] Michael Granger <ged@FaerieMUD.org>
Bugfixes:
+
- fixes for the 0th second or minute, and the 59th second
(thanks to Jason Rogers <jacaetevha@gmail.com> for the patch)
- Make Schedule#empty? take negative periods into account
Enhancements
+
- Add missing Schedule#overlaps? and #exclusive predicate methods.
- Add a Schedule#to_s that stringifies them back into schedule descriptions
M lib/schedulability.rb +1 -1
@@ 10,7 10,7 @@ module Schedulability
extend Loggability
# Package version constant
- VERSION = '0.3.0'
+ VERSION = '0.4.0'
# VCS revision
REVISION = %q$Revision$