Skip to content

Commit

Permalink
chore: Bump versions to 0.8.0 (#2440)
Browse files Browse the repository at this point in the history
  • Loading branch information
max-sixty authored Apr 14, 2023
1 parent 75ce3f1 commit 523468a
Show file tree
Hide file tree
Showing 17 changed files with 28 additions and 28 deletions.
2 changes: 1 addition & 1 deletion .github/actions/build-prql-python/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ runs:
- uses: Swatinem/rust-cache@v2
with:
save-if: ${{ github.ref == 'refs/heads/main' }}
prefix-key: 0.7.1
prefix-key: 0.8.0
- uses: messense/maturin-action@v1
if: runner.os == 'Linux'
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/time-compilation/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ runs:
uses: Swatinem/rust-cache@v2
with:
save-if: ${{ github.ref == 'refs/heads/main' }}
prefix-key: 0.7.1
prefix-key: 0.8.0
# 'true' seems to require quotes (and using `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.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-web.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
- name: 💰 Cache
uses: Swatinem/rust-cache@v2
with:
prefix-key: 0.7.1
prefix-key: 0.8.0
save-if:
${{ github.ref == 'refs/heads/web' || github.ref ==
'refs/heads/main' }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-lib.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: 💰 Cache
uses: Swatinem/rust-cache@v2
with:
prefix-key: 0.7.1
prefix-key: 0.8.0
save-if: ${{ github.ref == 'refs/heads/main' }}
- name: Build
uses: richb-hanover/cargo@v1.1.0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-rust.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: 💰 Cache
uses: Swatinem/rust-cache@v2
with:
prefix-key: 0.7.1
prefix-key: 0.8.0
key: ${{ inputs.target_option }}
save-if: ${{ github.ref == 'refs/heads/main' }}
- name: 📎 Clippy
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-taskfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: 💰 Cache
uses: Swatinem/rust-cache@v2
with:
prefix-key: 0.7.1
prefix-key: 0.8.0
save-if: ${{ github.ref == 'refs/heads/main' }}
- uses: actions/setup-python@v4
with:
Expand Down
20 changes: 10 additions & 10 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ edition = "2021"
license = "Apache-2.0"
repository = "https://github.com/PRQL/prql"
rust-version = "1.65.0"
version = "0.7.1"
version = "0.8.0"

[profile.release.package.prql-js]
# Tell `rust-js` to optimize for small code size.
Expand Down
2 changes: 1 addition & 1 deletion bindings/prql-elixir/native/prql/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ name = "prql"
path = "src/lib.rs"

[dependencies]
prql-compiler = {path = "../../../../prql-compiler", default-features = false, version = "0.7.1" }
prql-compiler = {path = "../../../../prql-compiler", default-features = false, version = "0.8.0" }

# See Readme for details on Mac
[target.'cfg(not(any(target_family="wasm", target_os = "macos")))'.dependencies]
Expand Down
4 changes: 2 additions & 2 deletions bindings/prql-js/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion bindings/prql-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@
"test": "mocha tests"
},
"types": "dist/node/prql_js.d.ts",
"version": "0.7.1"
"version": "0.8.0"
}
2 changes: 1 addition & 1 deletion prql-compiler/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ search = 'prefix-key: [\d.]+'

[[package.metadata.release.pre-release-replacements]]
exactly = 1
file = "../github/actions/time-compilation/action.yaml"
file = "../.github/actions/time-compilation/action.yaml"
replace = 'prefix-key: {{version}}'
search = 'prefix-key: [\d.]+'

Expand Down
2 changes: 1 addition & 1 deletion prql-compiler/prql-compiler-macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ proc_macro = true
test = false

[dependencies]
prql-compiler = {path = "..", default-features = false, version = "0.7.1" }
prql-compiler = {path = "..", default-features = false, version = "0.8.0" }
syn = "2.0.2"

[package.metadata.release]
Expand Down
2 changes: 1 addition & 1 deletion prql-compiler/prqlc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ env_logger = {version = "0.10.0", features = ["color"]}
itertools = "0.10.3"
minijinja = {version = "0.31.0", features = ["unstable_machinery"]}
notify = "^5.1.0"
prql-compiler = {path = '..', version = "0.7.1" }
prql-compiler = {path = '..', version = "0.8.0" }
regex = {version = "1.7.1", features = ["std", "unicode"]}
serde = "^1"
serde_json = "1.0.81"
Expand Down
2 changes: 1 addition & 1 deletion web/book/src/language-features/target.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ very welcome.
PRQL allows specifying a version of the language in the PRQL header, like:

```prql no-fmt
prql version:"0.7.1"
prql version:"0.8.0"
from employees
```
Expand Down
4 changes: 2 additions & 2 deletions web/playground/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion web/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,5 @@
"test": "npm run genBook && react-scripts test",
"genBook": "node generateBook.js"
},
"version": "0.7.1"
"version": "0.8.0"
}

0 comments on commit 523468a

Please sign in to comment.