diff --git a/DESCRIPTION b/DESCRIPTION index d4846fa..ce00d57 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: hellorust Type: Package Title: Minimal Examples of Using Rust Code in R -Version: 1.1.1 +Version: 1.2.0 Authors@R: c(person("Jeroen", "Ooms", role = c("aut", "cre"), email = "jeroen@berkeley.edu", comment = c(ORCID = "0000-0002-4035-0289")), person("Authors of the dependency Rust crates", role = "aut", comment = "see AUTHORS file")) diff --git a/NEWS b/NEWS index 328d5bd..048918c 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,6 @@ +1.2.0 + - Windows: support aarch64-pc-windows-gnullvm + 1.1.1 - CRAN request: use role="aut" for rust dependencies - CRAN request: use -j2 instead of CARGO_BUILD_JOBS=2