# Release History for schedulability --- ## v0.5.0 [2020-03-04] Michael Granger <ged@faeriemud.org> Improvements: - Update for Ruby 2.7 ## v0.4.1 [2018-09-12] Michael Granger <ged@FaerieMUD.org> Bugfixes: - Fix more indentation warnings ## 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 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 ## v0.1.0 [2015-12-30] Michael Granger <ged@FaerieMUD.org> First release. Happy New Year!