From 62a1b5ff4598e8198d778d203771337ffbfb7a2c Mon Sep 17 00:00:00 2001 From: eitsupi Date: Tue, 10 Dec 2024 23:13:56 +0000 Subject: [PATCH 1/3] chore: update lib-sums --- tools/lib-sums.tsv | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 tools/lib-sums.tsv diff --git a/tools/lib-sums.tsv b/tools/lib-sums.tsv new file mode 100644 index 000000000..394a6420c --- /dev/null +++ b/tools/lib-sums.tsv @@ -0,0 +1,6 @@ +url sha256sum +https://github.com/pola-rs/r-polars/releases/download/lib-v0.45.0/libr_polars-0.45.0-aarch64-apple-darwin.tar.gz bd7b33d8451769bcb9fc463c3061bde3e06db6520833175d5cc16ede26e066bd +https://github.com/pola-rs/r-polars/releases/download/lib-v0.45.0/libr_polars-0.45.0-aarch64-unknown-linux-gnu.tar.gz 65edd7aa1832379efd851f0c20ebe6bd0f29c515aaac9f3cbe0f94cc6efb194a +https://github.com/pola-rs/r-polars/releases/download/lib-v0.45.0/libr_polars-0.45.0-x86_64-apple-darwin.tar.gz 464ad4d37d2fc75a575c496fe6f3f406109efa44c20523bae9840270782758d2 +https://github.com/pola-rs/r-polars/releases/download/lib-v0.45.0/libr_polars-0.45.0-x86_64-pc-windows-gnu.tar.gz 00435568a5980f0d2c82f7ef6b3ee1294261aa89efd670f64018153fe7f6fa4a +https://github.com/pola-rs/r-polars/releases/download/lib-v0.45.0/libr_polars-0.45.0-x86_64-unknown-linux-gnu.tar.gz 52a7ebfce3d02beea4f55d2a049d15a491aa83e269ccb11fabe8b6e0da64854e From 788bf80650de12bc9a091ae305feb841f8fc6a1c Mon Sep 17 00:00:00 2001 From: eitsupi Date: Tue, 10 Dec 2024 23:15:11 +0000 Subject: [PATCH 2/3] chore: increment version number to 0.22.0 --- DESCRIPTION | 2 +- NEWS.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index fe7066b79..389a8a017 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: polars Title: Lightning-Fast 'DataFrame' Library -Version: 0.21.0.9000 +Version: 0.22.0 Depends: R (>= 4.2) Imports: utils, codetools, methods Authors@R: diff --git a/NEWS.md b/NEWS.md index 89aaba7ec..280df80e1 100644 --- a/NEWS.md +++ b/NEWS.md @@ -10,7 +10,7 @@ > > Please check the GitHub issue #1152. -## Polars R Package (development version) +## Polars R Package 0.22.0 ### Breaking changes From 2b5bca6a36b2b3807f44a29ce3cec794e278eba8 Mon Sep 17 00:00:00 2001 From: eitsupi Date: Thu, 12 Dec 2024 13:05:09 +0000 Subject: [PATCH 3/3] chore: increment version number to 0.22.0.9000 --- DESCRIPTION | 2 +- NEWS.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/DESCRIPTION b/DESCRIPTION index 389a8a017..e5179d1ab 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: polars Title: Lightning-Fast 'DataFrame' Library -Version: 0.22.0 +Version: 0.22.0.9000 Depends: R (>= 4.2) Imports: utils, codetools, methods Authors@R: diff --git a/NEWS.md b/NEWS.md index 280df80e1..af85c8038 100644 --- a/NEWS.md +++ b/NEWS.md @@ -10,6 +10,8 @@ > > Please check the GitHub issue #1152. +## Polars R Package (development version) + ## Polars R Package 0.22.0 ### Breaking changes