From 617fa99c80a5f2429d890294c689dbc33a7feec4 Mon Sep 17 00:00:00 2001 From: Maximilian Roos <5635139+max-sixty@users.noreply.github.com> Date: Tue, 25 Jul 2023 10:47:25 -0700 Subject: [PATCH] chore: Bump versions to 0.9.1 (#3063) --- .github/actions/build-prql-python/action.yaml | 2 +- .github/actions/build-prqlc/action.yaml | 2 +- .github/actions/time-compilation/action.yaml | 2 +- .github/workflows/build-web.yaml | 2 +- .github/workflows/check-links-book.yaml | 2 +- .github/workflows/test-all.yaml | 2 +- .github/workflows/test-lib.yaml | 2 +- .github/workflows/test-rust.yaml | 2 +- .github/workflows/test-taskfile.yaml | 2 +- Cargo.lock | 26 +++++++++---------- Cargo.toml | 2 +- bindings/prql-elixir/native/prql/Cargo.toml | 2 +- bindings/prql-js/package-lock.json | 4 +-- bindings/prql-js/package.json | 2 +- crates/prql_compiler_macros/Cargo.toml | 2 +- crates/prqlc/src/cli.rs | 2 +- crates/tests_misc/Cargo.toml | 2 +- web/book/src/project/target.md | 2 +- web/playground/package-lock.json | 6 ++--- web/playground/package.json | 2 +- 20 files changed, 35 insertions(+), 35 deletions(-) diff --git a/.github/actions/build-prql-python/action.yaml b/.github/actions/build-prql-python/action.yaml index 1de46e4d0747..645b4c5dfed6 100644 --- a/.github/actions/build-prql-python/action.yaml +++ b/.github/actions/build-prql-python/action.yaml @@ -13,7 +13,7 @@ runs: - uses: Swatinem/rust-cache@v2 with: save-if: ${{ github.ref == 'refs/heads/main' }} - prefix-key: 0.9.0 + prefix-key: 0.9.1 - uses: messense/maturin-action@v1 if: inputs.target == 'source' with: diff --git a/.github/actions/build-prqlc/action.yaml b/.github/actions/build-prqlc/action.yaml index 234ecada9038..ac464c009425 100644 --- a/.github/actions/build-prqlc/action.yaml +++ b/.github/actions/build-prqlc/action.yaml @@ -24,7 +24,7 @@ runs: # Share cache with `test-rust` save-if: false shared-key: rust-${{ inputs.target }} - prefix-key: 0.9.0 + prefix-key: 0.9.1 - if: runner.os == 'Linux' shell: bash diff --git a/.github/actions/time-compilation/action.yaml b/.github/actions/time-compilation/action.yaml index 95f581843c62..c9681f197630 100644 --- a/.github/actions/time-compilation/action.yaml +++ b/.github/actions/time-compilation/action.yaml @@ -14,7 +14,7 @@ runs: uses: Swatinem/rust-cache@v2 with: save-if: ${{ github.ref == 'refs/heads/main' }} - prefix-key: 0.9.0 + prefix-key: 0.9.1 # 'true' seems to require quotes (and using a bare `inputs.use_cache` # doesn't work); I'm really not sure why. There are some issues on the # interwebs around this, but I couldn't find one that explained it. diff --git a/.github/workflows/build-web.yaml b/.github/workflows/build-web.yaml index e2d255c1fa61..af5da421a3c0 100644 --- a/.github/workflows/build-web.yaml +++ b/.github/workflows/build-web.yaml @@ -56,7 +56,7 @@ jobs: - name: 💰 Cache uses: Swatinem/rust-cache@v2 with: - prefix-key: 0.9.0 + prefix-key: 0.9.1 save-if: ${{ github.ref == 'refs/heads/web' || github.ref == 'refs/heads/main' }} diff --git a/.github/workflows/check-links-book.yaml b/.github/workflows/check-links-book.yaml index b387afb0e437..16525818b3eb 100644 --- a/.github/workflows/check-links-book.yaml +++ b/.github/workflows/check-links-book.yaml @@ -54,7 +54,7 @@ jobs: - name: Cache uses: Swatinem/rust-cache@v2 with: - prefix-key: 0.9.0 + prefix-key: 0.9.1 save-if: ${{ github.ref == 'refs/heads/main' }} - uses: arduino/setup-task@v1 diff --git a/.github/workflows/test-all.yaml b/.github/workflows/test-all.yaml index b9fcdd74b948..ee15ff06ed66 100644 --- a/.github/workflows/test-all.yaml +++ b/.github/workflows/test-all.yaml @@ -106,7 +106,7 @@ jobs: uses: Swatinem/rust-cache@v2 with: save-if: ${{ github.ref == 'refs/heads/main' }} - prefix-key: 0.9.0 + prefix-key: 0.9.1 - run: cargo tarpaulin --skip-clean --all-targets --features=test-dbs --out=Xml diff --git a/.github/workflows/test-lib.yaml b/.github/workflows/test-lib.yaml index ed65448ac462..6aaf794f8e2d 100644 --- a/.github/workflows/test-lib.yaml +++ b/.github/workflows/test-lib.yaml @@ -23,7 +23,7 @@ jobs: - name: 💰 Cache uses: Swatinem/rust-cache@v2 with: - prefix-key: 0.9.0 + prefix-key: 0.9.1 save-if: ${{ github.ref == 'refs/heads/main' }} - name: Build uses: richb-hanover/cargo@v1.1.0 diff --git a/.github/workflows/test-rust.yaml b/.github/workflows/test-rust.yaml index f4e3319575fb..6ec029a4676f 100644 --- a/.github/workflows/test-rust.yaml +++ b/.github/workflows/test-rust.yaml @@ -39,7 +39,7 @@ jobs: - name: 💰 Cache uses: Swatinem/rust-cache@v2 with: - prefix-key: 0.9.0 + prefix-key: 0.9.1 shared-key: rust-${{ inputs.target}} save-if: ${{ github.ref == 'refs/heads/main' }} - name: 📎 Clippy diff --git a/.github/workflows/test-taskfile.yaml b/.github/workflows/test-taskfile.yaml index 6d70b4878450..2caf77a16db8 100644 --- a/.github/workflows/test-taskfile.yaml +++ b/.github/workflows/test-taskfile.yaml @@ -25,7 +25,7 @@ jobs: - name: 💰 Cache uses: Swatinem/rust-cache@v2 with: - prefix-key: 0.9.0 + prefix-key: 0.9.1 save-if: ${{ github.ref == 'refs/heads/main' }} - uses: actions/setup-python@v4 with: diff --git a/Cargo.lock b/Cargo.lock index f89639086304..4750df9fa37e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -852,7 +852,7 @@ dependencies = [ [[package]] name = "compile-files" -version = "0.9.0" +version = "0.9.1" dependencies = [ "prql-compiler", ] @@ -2173,7 +2173,7 @@ dependencies = [ [[package]] name = "mdbook-prql" -version = "0.9.0" +version = "0.9.1" dependencies = [ "ansi-to-html", "anstream", @@ -2267,7 +2267,7 @@ dependencies = [ [[package]] name = "misc" -version = "0.9.0" +version = "0.9.1" dependencies = [ "insta", "regex", @@ -2870,7 +2870,7 @@ dependencies = [ [[package]] name = "prql" -version = "0.9.0" +version = "0.9.1" dependencies = [ "prql-compiler", "rustler", @@ -2878,7 +2878,7 @@ dependencies = [ [[package]] name = "prql-compiler" -version = "0.9.0" +version = "0.9.1" dependencies = [ "anstream", "anyhow", @@ -2916,7 +2916,7 @@ dependencies = [ [[package]] name = "prql-compiler-macros" -version = "0.9.0" +version = "0.9.1" dependencies = [ "prql-compiler", "syn 2.0.17", @@ -2924,7 +2924,7 @@ dependencies = [ [[package]] name = "prql-java" -version = "0.9.0" +version = "0.9.1" dependencies = [ "jni", "prql-compiler", @@ -2932,7 +2932,7 @@ dependencies = [ [[package]] name = "prql-js" -version = "0.9.0" +version = "0.9.1" dependencies = [ "console_error_panic_hook", "prql-compiler", @@ -2942,7 +2942,7 @@ dependencies = [ [[package]] name = "prql-lib" -version = "0.9.0" +version = "0.9.1" dependencies = [ "libc", "prql-compiler", @@ -2951,7 +2951,7 @@ dependencies = [ [[package]] name = "prql-python" -version = "0.9.0" +version = "0.9.1" dependencies = [ "insta", "prql-compiler", @@ -2961,7 +2961,7 @@ dependencies = [ [[package]] name = "prql_ast" -version = "0.9.0" +version = "0.9.1" dependencies = [ "enum-as-inner", "semver", @@ -2971,7 +2971,7 @@ dependencies = [ [[package]] name = "prql_parser" -version = "0.9.0" +version = "0.9.1" dependencies = [ "chumsky", "insta", @@ -2982,7 +2982,7 @@ dependencies = [ [[package]] name = "prqlc" -version = "0.9.0" +version = "0.9.1" dependencies = [ "anstream", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index af65b74be545..f1d61916a72d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ edition = "2021" license = "Apache-2.0" repository = "https://github.com/PRQL/prql" rust-version = "1.65.0" -version = "0.9.0" +version = "0.9.1" [profile.release.package.prql-js] # Tell `rust-js` to optimize for small code size. diff --git a/bindings/prql-elixir/native/prql/Cargo.toml b/bindings/prql-elixir/native/prql/Cargo.toml index a65230de3c86..02cfffca3f66 100644 --- a/bindings/prql-elixir/native/prql/Cargo.toml +++ b/bindings/prql-elixir/native/prql/Cargo.toml @@ -19,5 +19,5 @@ test = false # See Readme for details on Mac [target.'cfg(not(any(target_family="wasm", target_os = "macos", tarpaulin)))'.dependencies] -prql-compiler = {path = "../../../../crates/prql_compiler", default-features = false, version = "0.9.0" } +prql-compiler = {path = "../../../../crates/prql_compiler", default-features = false, version = "0.9.1" } rustler = "0.29.0" diff --git a/bindings/prql-js/package-lock.json b/bindings/prql-js/package-lock.json index a726ad20377d..d10a05d2be6b 100644 --- a/bindings/prql-js/package-lock.json +++ b/bindings/prql-js/package-lock.json @@ -1,12 +1,12 @@ { "name": "prql-js", - "version": "0.9.0", + "version": "0.9.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "prql-js", - "version": "0.9.0", + "version": "0.9.1", "license": "Apache-2.0", "devDependencies": { "chai": "^4.3.6", diff --git a/bindings/prql-js/package.json b/bindings/prql-js/package.json index 80bd86c332a0..d0017e948499 100644 --- a/bindings/prql-js/package.json +++ b/bindings/prql-js/package.json @@ -25,5 +25,5 @@ "test": "mocha tests" }, "types": "dist/node/prql_js.d.ts", - "version": "0.9.0" + "version": "0.9.1" } diff --git a/crates/prql_compiler_macros/Cargo.toml b/crates/prql_compiler_macros/Cargo.toml index d8a1c7c63e80..20547e0273d9 100644 --- a/crates/prql_compiler_macros/Cargo.toml +++ b/crates/prql_compiler_macros/Cargo.toml @@ -14,7 +14,7 @@ proc_macro = true test = false [dependencies] -prql-compiler = {path = "../prql_compiler", default-features = false, version = "0.9.0" } +prql-compiler = {path = "../prql_compiler", default-features = false, version = "0.9.1" } syn = "2.0.2" [package.metadata.release] diff --git a/crates/prqlc/src/cli.rs b/crates/prqlc/src/cli.rs index f13ef2533391..408e807ed159 100644 --- a/crates/prqlc/src/cli.rs +++ b/crates/prqlc/src/cli.rs @@ -619,7 +619,7 @@ group a_column (take 10 | sort b_column | derive {the_number = rank, last = lag FROM x - -- Generated by PRQL compiler version:0.9.0 (https://prql-lang.org) + -- Generated by PRQL compiler version:0.9.1 (https://prql-lang.org) "###); } diff --git a/crates/tests_misc/Cargo.toml b/crates/tests_misc/Cargo.toml index a9f22802c82b..5657f927d7d9 100644 --- a/crates/tests_misc/Cargo.toml +++ b/crates/tests_misc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "misc" -version = "0.9.0" +version = "0.9.1" edition = "2021" publish = false diff --git a/web/book/src/project/target.md b/web/book/src/project/target.md index aa8c57f56d30..b6320d7da0fb 100644 --- a/web/book/src/project/target.md +++ b/web/book/src/project/target.md @@ -79,7 +79,7 @@ echo 'prql target:sql.generic PRQL allows specifying a version of the language in the PRQL header, like: ```prql -prql version:"0.9.0" +prql version:"0.9.1" from employees ``` diff --git a/web/playground/package-lock.json b/web/playground/package-lock.json index 4d4c032060f7..0b08b2b66e9d 100644 --- a/web/playground/package-lock.json +++ b/web/playground/package-lock.json @@ -1,12 +1,12 @@ { "name": "prql-playground", - "version": "0.9.0", + "version": "0.9.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "prql-playground", - "version": "0.9.0", + "version": "0.9.1", "dependencies": { "@duckdb/duckdb-wasm": "^1.27.0", "@monaco-editor/react": "^4.5.0", @@ -27,7 +27,7 @@ } }, "../../bindings/prql-js": { - "version": "0.9.0", + "version": "0.9.1", "license": "Apache-2.0", "devDependencies": { "chai": "^4.3.6", diff --git a/web/playground/package.json b/web/playground/package.json index 4772f1738c82..9a51d47b1d03 100644 --- a/web/playground/package.json +++ b/web/playground/package.json @@ -44,5 +44,5 @@ "start": "react-scripts start", "test": "react-scripts test" }, - "version": "0.9.0" + "version": "0.9.1" }