Skip to content

Commit af83b14

Browse files
authored
chore: bump lib version to 0.9.1 (#202)
Also fixing the CI's checking condition.
1 parent 6559d9c commit af83b14

File tree

5 files changed

+4
-9
lines changed

5 files changed

+4
-9
lines changed

.github/workflows/check.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ jobs:
122122
Ncpus: "2"
123123

124124
- uses: r-lib/actions/setup-r-dependencies@v2
125+
if: env.TEST_BIN_LIB == 'true'
125126
with:
126127
extra-packages: any::rcmdcheck, any::testthat, any::remotes
127128
needs: check

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,4 @@ Config/Needs/dev:
4545
Config/Needs/website:
4646
pkgdown,
4747
rextendr
48-
Config/prqlr/LibVersion: 0.9.0
48+
Config/prqlr/LibVersion: 0.9.1

src/rust/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/rust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "prqlr"
3-
version = "0.9.0"
3+
version = "0.9.1"
44
edition = "2021"
55
rust-version = "1.65"
66
publish = false

tools/lib-sums.tsv

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)