Skip to content

Commit

Permalink
Release v1.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
elia committed Jan 20, 2023
1 parent 8e1a845 commit 29ee7dd
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 8 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Changes are grouped as follows:



## [1.7.1](https://github.com/opal/opal/compare/v1.7.0...v1.7.1) - 2023-01-06
## [1.7.2](https://github.com/opal/opal/compare/v1.7.1...v1.7.2) - 2023-01-20


<!--
Expand All @@ -29,6 +29,16 @@ Changes are grouped as follows:
### Fixed
-->

### Fixed

- Fix the `--debug-source-map` CLI option ([#2520](https://github.com/opal/opal/pull/2520))
- Fix links in `docs/compiler.md` ([#2519](https://github.com/opal/opal/pull/2519))




## [1.7.1](https://github.com/opal/opal/compare/v1.7.0...v1.7.1) - 2023-01-05


### Added

Expand Down
4 changes: 0 additions & 4 deletions UNRELEASED.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,3 @@
### Fixed
-->

### Fixed

- Fix the `--debug-source-map` CLI option (#2520)
- Fix links in `docs/compiler.md` (#2519)
2 changes: 1 addition & 1 deletion lib/opal/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
module Opal
# WHEN RELEASING:
# Remember to update RUBY_ENGINE_VERSION in opal/corelib/constants.rb too!
VERSION = '1.7.1'
VERSION = '1.7.2'
end
4 changes: 2 additions & 2 deletions opal/corelib/constants.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
::RUBY_PLATFORM = 'opal'
::RUBY_ENGINE = 'opal'
::RUBY_VERSION = '3.2.0'
::RUBY_ENGINE_VERSION = '1.7.1'
::RUBY_RELEASE_DATE = '2023-01-06'
::RUBY_ENGINE_VERSION = '1.7.2'
::RUBY_RELEASE_DATE = '2023-01-20'
::RUBY_PATCHLEVEL = 0
::RUBY_REVISION = '0'
::RUBY_COPYRIGHT = 'opal - Copyright (C) 2011-2023 Adam Beynon and the Opal contributors'
Expand Down

0 comments on commit 29ee7dd

Please sign in to comment.