File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,6 +21,16 @@ Whitespace conventions:
2121
2222
2323
24+ ## [ 0.10.4] - 2017-06-21
25+
26+
27+ ### Fixed
28+
29+ - Fix ` Time#zone ` for zones expressed numerically
30+
31+
32+
33+
2434## [ 0.10.3] - 2016-09-09
2535
2636
@@ -881,6 +891,7 @@ Whitespace conventions:
881891
882892
883893
894+ [ 0.10.4 ] : https://github.com/opal/opal/compare/v0.10.3...v0.10.4
884895[ 0.10.3 ] : https://github.com/opal/opal/compare/v0.10.2...v0.10.3
885896[ 0.10.2 ] : https://github.com/opal/opal/compare/v0.10.1...v0.10.2
886897[ 0.10.1 ] : https://github.com/opal/opal/compare/v0.10.0...v0.10.1
Original file line number Diff line number Diff line change 11module Opal
22 # WHEN RELEASING:
33 # Remember to update RUBY_ENGINE_VERSION in opal/corelib/constants.rb too!
4- VERSION = '0.10.4 '
4+ VERSION = '0.10.5 '
55end
Original file line number Diff line number Diff line change 11RUBY_PLATFORM = 'opal'
22RUBY_ENGINE = 'opal'
3- RUBY_VERSION = '2.2.6 '
4- RUBY_ENGINE_VERSION = '0.10.4 '
5- RUBY_RELEASE_DATE = '2017-05-06 '
3+ RUBY_VERSION = '2.2.7 '
4+ RUBY_ENGINE_VERSION = '0.10.5 '
5+ RUBY_RELEASE_DATE = '2017-06-21 '
66RUBY_PATCHLEVEL = 0
77RUBY_REVISION = 0
88RUBY_COPYRIGHT = 'opal - Copyright (C) 2013-2015 Adam Beynon'
You can’t perform that action at this time.
0 commit comments