Skip to content

Commit

Permalink
Update the changelog and bump version for releasing v0.4.0 (#138)
Browse files Browse the repository at this point in the history
  • Loading branch information
yutannihilation authored Feb 25, 2023
1 parent 84971f7 commit 9d21fc2
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
14 changes: 12 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
# Changelog

## libR-sys (unreleased)
## libR-sys 0.4.0

- Update the default precomuted bindings to R 4.2.0.
- [`Windows`] Dropped build-time dependency on `winapi`.
- Remove bindings for the symbols that are not part of R API. [[#96]](https://github.com/extendr/libR-sys/pull/96)
- Add bindings for the following header files:
- `R_ext/Applic.h`: optimisation functions [[#117]](https://github.com/extendr/libR-sys/pull/117)
- `R_ext/Random.h`: random number generator state wrappers [[#123]](https://github.com/extendr/libR-sys/pull/123)
- `Rmath.h`: distribution functions [[#124]](https://github.com/extendr/libR-sys/pull/124)
- [`Linux`] Provide precomuted bindings for linux-aarch64 (aka ARM64). [[#133]](https://github.com/extendr/libR-sys/pull/133)

## libR-sys 0.3.0

- Drop support for 32-bit Windows with R >= 4.2. As
[the release note of R 4.1.0](https://stat.ethz.ch/pipermail/r-announce/2021/000670.html)
Expand All @@ -9,7 +20,6 @@
To be clear, libR-sys (and extendr) crate will keep supporting 32-bit on R <
4.2 for a year or so.
- libR-sys no longer sets `DEP_R_R_VERSION_STRING` environmental variable.
- [`Windows`] Dropped build-time dependency on `winapi`

## libR-sys 0.2.2

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "libR-sys"
version = "0.3.0"
version = "0.4.0"
authors = [
"andy-thomason <andy@andythomason.com>",
"Thomas Down",
Expand Down

0 comments on commit 9d21fc2

Please sign in to comment.