Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: opal/opal
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 12ed272f56e8
Choose a base ref
...
head repository: opal/opal
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: fa81728f0e03
Choose a head ref
  • 3 commits
  • 3 files changed
  • 2 contributors

Commits on Apr 23, 2015

  1. Copy the full SHA
    0b87d98 View commit details
  2. Update changelog

    supermario committed Apr 23, 2015
    Copy the full SHA
    50a088d View commit details
  3. Merge pull request #806 from supermario/0-7-stable

    Bump version to 0.7.2 to correct RUBY_ENGINE_VERSION
    elia committed Apr 23, 2015
    Copy the full SHA
    fa81728 View commit details
Showing with 10 additions and 4 deletions.
  1. +8 −2 CHANGELOG.md
  2. +1 −1 lib/opal/version.rb
  3. +1 −1 opal/corelib/variables.rb
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
## edge (upcoming 0.7.1)
## edge (upcoming 0.7.2)

* CLI options `-d` and `-v` now set respectively `$DEBUG` and `$VERBOSE`
* Remove Sprockets 3.0 support (focus moved to upcoming 0.8)

* Fix version number consistency.

## 0.7.1 2015-02-14

* CLI options `-d` and `-v` now set respectively `$DEBUG` and `$VERBOSE`

* Fixed a bug that would make the `-v` CLI option wait for STDIN input

2 changes: 1 addition & 1 deletion lib/opal/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Opal
VERSION = '0.7.1'
VERSION = '0.7.2'
end
2 changes: 1 addition & 1 deletion opal/corelib/variables.rb
Original file line number Diff line number Diff line change
@@ -20,5 +20,5 @@
RUBY_PLATFORM = 'opal'
RUBY_ENGINE = 'opal'
RUBY_VERSION = '2.1.1'
RUBY_ENGINE_VERSION = '0.6.1'
RUBY_ENGINE_VERSION = '0.7.2'
RUBY_RELEASE_DATE = '2014-04-15'