Skip to content

Commit

Permalink
Release 0.10.6
Browse files Browse the repository at this point in the history
  • Loading branch information
elia committed Jun 21, 2018
1 parent 9fb3da2 commit 04b855c
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 4 deletions.
16 changes: 15 additions & 1 deletion CHANGELOG.md
Expand Up @@ -20,8 +20,22 @@ Whitespace conventions:



## [0.10.6](https://github.com/opal/opal/compare/v0.10.5...v0.10.6) - 2018-06-21

## [0.10.5] - 2017-06-21

### Changed

- Strip Regexp flags that are unsupported by browsers (backport), previously they were ignored, lately most of them now raise an error for unknown flags.


### Fixed

- Fixed a constant reference to `Sprockets::FileNotFound` that previously pointed to `Opal::Sprockets` instead of `::Sprockets`.




## [0.10.5](https://github.com/opal/opal/compare/v0.10.4...v0.10.5) - 2017-06-21


### Fixed
Expand Down
2 changes: 1 addition & 1 deletion lib/opal/version.rb
@@ -1,5 +1,5 @@
module Opal
# WHEN RELEASING:
# Remember to update RUBY_ENGINE_VERSION in opal/corelib/constants.rb too!
VERSION = '0.10.6.beta'
VERSION = '0.10.6'
end
4 changes: 2 additions & 2 deletions opal/corelib/constants.rb
@@ -1,8 +1,8 @@
RUBY_PLATFORM = 'opal'
RUBY_ENGINE = 'opal'
RUBY_VERSION = '2.2.10'
RUBY_ENGINE_VERSION = '0.10.6.beta'
RUBY_RELEASE_DATE = '2018-06-14'
RUBY_ENGINE_VERSION = '0.10.6'
RUBY_RELEASE_DATE = '2018-06-21'
RUBY_PATCHLEVEL = 0
RUBY_REVISION = 0
RUBY_COPYRIGHT = 'opal - Copyright (C) 2013-2015 Adam Beynon'
Expand Down

0 comments on commit 04b855c

Please sign in to comment.