Skip to content

Commit

Permalink
Bump version to v0.5.0 and add changelog (#169)
Browse files Browse the repository at this point in the history
  • Loading branch information
yutannihilation authored May 29, 2023
1 parent 6355e08 commit a1047c2
Show file tree
Hide file tree
Showing 15 changed files with 31 additions and 25 deletions.
12 changes: 9 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
# Changelog

## libR-sys (unreleased)

- Exclude "non-API" calls [[#135]](https://github.com/extendr/libR-sys/pull/135)
## libR-sys 0.5.0

- Update the default precomputed bindings to R 4.3.0.
- Remove deprecated API `VECTOR_PTR` from bindings. [[#165]](https://github.com/extendr/libR-sys/pull/165)
- Use Rust types such as `u32` and `i16` instead of C types such as `c_uint` and `c_short` for `enum`s. [[#160]](https://github.com/extendr/libR-sys/pull/160)
- Remove mathematical constants (e.g., `M_PI`), which are also provided by Rust's `std` (e.g., `std::f64::consts::PI`). [[#160]](https://github.com/extendr/libR-sys/pull/160)
- Exclude "non-API" calls. [[#135]](https://github.com/extendr/libR-sys/pull/135)
- Refactor version logging in generated bindings. [[#159]](https://github.com/extendr/libR-sys/pull/159)
- Redefine R-devel's `Rcomplex`. [[#156]](https://github.com/extendr/libR-sys/pull/156)

## libR-sys 0.4.0

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.4.0"
version = "0.5.0"
authors = [
"andy-thomason <andy@andythomason.com>",
"Thomas Down",
Expand Down
2 changes: 1 addition & 1 deletion bindings/bindings-linux-aarch64-R4.2.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* automatically generated by rust-bindgen 0.64.0 */

/* libR-sys version: 0.4.0 */
/* libR-sys version: 0.5.0 */
/* bindgen clang version: Ubuntu clang version 14.0.0-1ubuntu1 */
/* clang-rs version: Ubuntu clang version 14.0.0-1ubuntu1 */
/* r version: 4.2.3 */
Expand Down
2 changes: 1 addition & 1 deletion bindings/bindings-linux-aarch64-R4.3.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* automatically generated by rust-bindgen 0.64.0 */

/* libR-sys version: 0.4.0 */
/* libR-sys version: 0.5.0 */
/* bindgen clang version: Ubuntu clang version 14.0.0-1ubuntu1 */
/* clang-rs version: Ubuntu clang version 14.0.0-1ubuntu1 */
/* r version: 4.3.0 */
Expand Down
6 changes: 3 additions & 3 deletions bindings/bindings-linux-aarch64-R4.4-devel.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* automatically generated by rust-bindgen 0.64.0 */

/* libR-sys version: 0.4.0 */
/* libR-sys version: 0.5.0 */
/* bindgen clang version: Ubuntu clang version 14.0.0-1ubuntu1 */
/* clang-rs version: Ubuntu clang version 14.0.0-1ubuntu1 */
/* r version: 4.4.0-devel */
Expand Down Expand Up @@ -165,8 +165,8 @@ pub const R_MINOR: &[u8; 4usize] = b"4.0\0";
pub const R_STATUS: &[u8; 29usize] = b"Under development (unstable)\0";
pub const R_YEAR: &[u8; 5usize] = b"2023\0";
pub const R_MONTH: &[u8; 3usize] = b"05\0";
pub const R_DAY: &[u8; 3usize] = b"19\0";
pub const R_SVN_REVISION: u32 = 84451;
pub const R_DAY: &[u8; 3usize] = b"24\0";
pub const R_SVN_REVISION: u32 = 84463;
pub const R_GE_definitions: u32 = 13;
pub const R_GE_deviceClip: u32 = 14;
pub const R_GE_group: u32 = 15;
Expand Down
2 changes: 1 addition & 1 deletion bindings/bindings-linux-x86_64-R4.2.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* automatically generated by rust-bindgen 0.64.0 */

/* libR-sys version: 0.4.0 */
/* libR-sys version: 0.5.0 */
/* bindgen clang version: Ubuntu clang version 14.0.0-1ubuntu1 */
/* clang-rs version: Ubuntu clang version 14.0.0-1ubuntu1 */
/* r version: 4.2.3 */
Expand Down
2 changes: 1 addition & 1 deletion bindings/bindings-linux-x86_64-R4.3.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* automatically generated by rust-bindgen 0.64.0 */

/* libR-sys version: 0.4.0 */
/* libR-sys version: 0.5.0 */
/* bindgen clang version: Ubuntu clang version 14.0.0-1ubuntu1 */
/* clang-rs version: Ubuntu clang version 14.0.0-1ubuntu1 */
/* r version: 4.3.0 */
Expand Down
6 changes: 3 additions & 3 deletions bindings/bindings-linux-x86_64-R4.4-devel.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* automatically generated by rust-bindgen 0.64.0 */

/* libR-sys version: 0.4.0 */
/* libR-sys version: 0.5.0 */
/* bindgen clang version: Ubuntu clang version 14.0.0-1ubuntu1 */
/* clang-rs version: Ubuntu clang version 14.0.0-1ubuntu1 */
/* r version: 4.4.0-devel */
Expand Down Expand Up @@ -165,8 +165,8 @@ pub const R_MINOR: &[u8; 4usize] = b"4.0\0";
pub const R_STATUS: &[u8; 29usize] = b"Under development (unstable)\0";
pub const R_YEAR: &[u8; 5usize] = b"2023\0";
pub const R_MONTH: &[u8; 3usize] = b"05\0";
pub const R_DAY: &[u8; 3usize] = b"19\0";
pub const R_SVN_REVISION: u32 = 84451;
pub const R_DAY: &[u8; 3usize] = b"24\0";
pub const R_SVN_REVISION: u32 = 84463;
pub const R_GE_definitions: u32 = 13;
pub const R_GE_deviceClip: u32 = 14;
pub const R_GE_group: u32 = 15;
Expand Down
2 changes: 1 addition & 1 deletion bindings/bindings-macos-aarch64-R4.3.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* automatically generated by rust-bindgen 0.64.0 */

/* libR-sys version: 0.4.0 */
/* libR-sys version: 0.5.0 */
/* bindgen clang version: Homebrew clang version 16.0.3 */
/* clang-rs version: Homebrew clang version 16.0.3 */
/* r version: 4.3.0 */
Expand Down
2 changes: 1 addition & 1 deletion bindings/bindings-macos-x86_64-R4.2.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* automatically generated by rust-bindgen 0.64.0 */

/* libR-sys version: 0.4.0 */
/* libR-sys version: 0.5.0 */
/* bindgen clang version: Homebrew clang version 16.0.3 */
/* clang-rs version: Homebrew clang version 16.0.3 */
/* r version: 4.2.3 */
Expand Down
2 changes: 1 addition & 1 deletion bindings/bindings-macos-x86_64-R4.3.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* automatically generated by rust-bindgen 0.64.0 */

/* libR-sys version: 0.4.0 */
/* libR-sys version: 0.5.0 */
/* bindgen clang version: Homebrew clang version 16.0.3 */
/* clang-rs version: Homebrew clang version 16.0.3 */
/* r version: 4.3.0 */
Expand Down
6 changes: 3 additions & 3 deletions bindings/bindings-macos-x86_64-R4.4-devel.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* automatically generated by rust-bindgen 0.64.0 */

/* libR-sys version: 0.4.0 */
/* libR-sys version: 0.5.0 */
/* bindgen clang version: Homebrew clang version 16.0.3 */
/* clang-rs version: Homebrew clang version 16.0.3 */
/* r version: 4.4.0-devel */
Expand Down Expand Up @@ -167,8 +167,8 @@ pub const R_MINOR: &[u8; 4usize] = b"4.0\0";
pub const R_STATUS: &[u8; 29usize] = b"Under development (unstable)\0";
pub const R_YEAR: &[u8; 5usize] = b"2023\0";
pub const R_MONTH: &[u8; 3usize] = b"05\0";
pub const R_DAY: &[u8; 3usize] = b"19\0";
pub const R_SVN_REVISION: u32 = 84451;
pub const R_DAY: &[u8; 3usize] = b"24\0";
pub const R_SVN_REVISION: u32 = 84463;
pub const R_GE_definitions: u32 = 13;
pub const R_GE_deviceClip: u32 = 14;
pub const R_GE_group: u32 = 15;
Expand Down
2 changes: 1 addition & 1 deletion bindings/bindings-windows-x86_64-R4.2.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* automatically generated by rust-bindgen 0.64.0 */

/* libR-sys version: 0.4.0 */
/* libR-sys version: 0.5.0 */
/* bindgen clang version: clang version 15.0.7 */
/* clang-rs version: clang version 15.0.7 */
/* r version: 4.2.3 */
Expand Down
2 changes: 1 addition & 1 deletion bindings/bindings-windows-x86_64-R4.3.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* automatically generated by rust-bindgen 0.64.0 */

/* libR-sys version: 0.4.0 */
/* libR-sys version: 0.5.0 */
/* bindgen clang version: clang version 15.0.7 */
/* clang-rs version: clang version 15.0.7 */
/* r version: 4.3.0 */
Expand Down
6 changes: 3 additions & 3 deletions bindings/bindings-windows-x86_64-R4.4-devel.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* automatically generated by rust-bindgen 0.64.0 */

/* libR-sys version: 0.4.0 */
/* libR-sys version: 0.5.0 */
/* bindgen clang version: clang version 15.0.7 */
/* clang-rs version: clang version 15.0.7 */
/* r version: 4.4.0-devel */
Expand Down Expand Up @@ -84,8 +84,8 @@ pub const R_MINOR: &[u8; 4usize] = b"4.0\0";
pub const R_STATUS: &[u8; 29usize] = b"Under development (unstable)\0";
pub const R_YEAR: &[u8; 5usize] = b"2023\0";
pub const R_MONTH: &[u8; 3usize] = b"05\0";
pub const R_DAY: &[u8; 3usize] = b"19\0";
pub const R_SVN_REVISION: u32 = 84451;
pub const R_DAY: &[u8; 3usize] = b"24\0";
pub const R_SVN_REVISION: u32 = 84463;
pub const R_GE_definitions: u32 = 13;
pub const R_GE_deviceClip: u32 = 14;
pub const R_GE_group: u32 = 15;
Expand Down

0 comments on commit a1047c2

Please sign in to comment.