1
0
Fork 0
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:
Sam Saffron 2018-09-28 09:38:30 +08:00
parent 80cc66e2e9
commit 7ed5d33e28
2 changed files with 6 additions and 3 deletions

View file

@ -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

View file

@ -1,3 +1,3 @@
module MiniRacer
VERSION = "0.2.2"
VERSION = "0.2.3"
end