Skip to content

Commit

Permalink
Bump for release
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroen committed Jan 22, 2020
1 parent 40d9cab commit f888967
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: V8
Type: Package
Title: Embedded JavaScript and WebAssembly Engine for R
Version: 3.0
Version: 3.0.1
Authors@R: person("Jeroen", "Ooms", role = c("aut", "cre"), email = "[email protected]",
comment = c(ORCID = "0000-0002-4035-0289"))
Description: An R interface to V8: Google's open source JavaScript and WebAssembly
Expand Down
3 changes: 3 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
3.0.1
- Fix build for old versions of R using old compilers that do not default to C++11

3.0
- Internal rewrite of object serialization to prepare for wasm
- Automatically convert raw vectors to/from Uint8Array in eval/get/assign
Expand Down

0 comments on commit f888967

Please sign in to comment.