Skip to content

Commit

Permalink
QJS-NG v0.6.1 Upgrade (#75)
Browse files Browse the repository at this point in the history
* QJS-NG v0.6.1 Upgrade

* Wpedantic

* Wpedantic

* MIPS no longer testable, add arm64 and s390x

* Update R-CMD-check-cross.yaml

* Update R-CMD-check-cross.yaml

* Update repo

* Bump package version and NEWS for submissions
  • Loading branch information
andrjohns authored Oct 1, 2024
1 parent 86ee324 commit df9515c
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/R-CMD-check-cross.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ jobs:
- { platform: armhf, cc: gcc-14, cxx: g++-14 }
- { platform: armhf, cc: clang-18, cxx: clang++-18 }

- { platform: mips64le, cc: gcc-14, cxx: g++-14 }
- { platform: mips64le, cc: clang-18, cxx: clang++-18 }
- { platform: arm64, cc: gcc-14, cxx: g++-14 }
- { platform: arm64, cc: clang-18, cxx: clang++-18 }

- { platform: ppc64le, cc: gcc-14, cxx: g++-14 }
- { platform: ppc64le, cc: clang-18, cxx: clang++-18 }
Expand Down
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: QuickJSR
Title: Interface for the 'QuickJS' Lightweight 'JavaScript' Engine
Version: 1.3.1.9999
Version: 1.4.0
Authors@R: c(
person(c("Andrew", "R."), "Johnson", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-7000-8065")),
Expand Down
5 changes: 4 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# QuickJSR 1.3.0
# QuickJSR 1.4.0
* Update bundled QuickJS-NG engine to v0.6.1 (see https://github.com/quickjs-ng/quickjs/releases for release notes)

# QuickJSR 1.3.1
* Fix installation under R < 4.2

# QuickJSR 1.3.0
Expand Down

0 comments on commit df9515c

Please sign in to comment.