mirror of
https://github.com/rubyjs/mini_racer
synced 2023-03-27 23:21:28 -04:00
Bump new version
This commit is contained in:
parent
80cc66e2e9
commit
7ed5d33e28
2 changed files with 6 additions and 3 deletions
|
@ -1,6 +1,9 @@
|
|||
- Unreleased
|
||||
- 28-09-2018
|
||||
|
||||
- Drop macOS feature detection and always link against libc++ macOS
|
||||
- 0.2.3
|
||||
|
||||
- Drop all conditional logic from Mini Racer compilation for clang, always
|
||||
rely on MacOS being High Sierra or up
|
||||
|
||||
- 26-09-2018
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
module MiniRacer
|
||||
VERSION = "0.2.2"
|
||||
VERSION = "0.2.3"
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue