Skip to content

Commit 3b29dad

Browse files
committed
Release v0.10.5
1 parent d86227d commit 3b29dad

3 files changed

Lines changed: 15 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff 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

lib/opal/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module 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'
55
end

opal/corelib/constants.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
RUBY_PLATFORM = 'opal'
22
RUBY_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'
66
RUBY_PATCHLEVEL = 0
77
RUBY_REVISION = 0
88
RUBY_COPYRIGHT = 'opal - Copyright (C) 2013-2015 Adam Beynon'

0 commit comments

Comments
 (0)