Skip to content

Commit

Permalink
chore: Bump versions to 0.13.3 (#4959)
Browse files Browse the repository at this point in the history
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
max-sixty and pre-commit-ci[bot] authored Oct 13, 2024
1 parent c51c25c commit d902ff6
Show file tree
Hide file tree
Showing 17 changed files with 54 additions and 32 deletions.
1 change: 1 addition & 0 deletions .typos.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@ ipelined = "ipelined"
uery = "uery"
# `wee-alloc` is a crate name
wee = "wee"
flate = "flate"
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# PRQL Changelog

## [unreleased]

**Language**:

**Features**:

**Fixes**:

**Documentation**:

**Web**:

**Integrations**:

**Internal changes**:

**New Contributors**:

## 0.13.2

0.13.2 is a tiny release to fix an issue publishing 0.13.1 to crates.io.
Expand Down
24 changes: 12 additions & 12 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 @@ -23,7 +23,7 @@ repository = "https://github.com/PRQL/prql"
# This isn't tested since `cargo-msrv` doesn't support workspaces; instead we
# test `metadata.msrv` in `prqlc`
rust-version = "1.70.0"
version = "0.13.2"
version = "0.13.3"

[profile.release]
# Optimize for binary size in releases of all crates,
Expand Down
2 changes: 1 addition & 1 deletion lutra/lutra/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ connector_arrow = {version = "0.5.4", features = ["src_sqlite"]}
env_logger = "0.10.2"
itertools = {workspace = true}
log = {workspace = true}
prqlc = {path = "../../prqlc/prqlc", version = "0.13.2", default-features = false}
prqlc = {path = "../../prqlc/prqlc", version = "0.13.3", default-features = false}
rusqlite = {version = "0.32.0", features = ["bundled"]}
walkdir = "2.5.0"

Expand Down
2 changes: 1 addition & 1 deletion prqlc/bindings/elixir/native/prql/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ test = false

# See Readme for details on Mac
[target.'cfg(not(any(target_family="wasm", target_os = "macos")))'.dependencies]
prqlc = {path = "../../../../prqlc", default-features = false, version = "0.13.2" }
prqlc = {path = "../../../../prqlc", default-features = false, version = "0.13.3" }
rustler = "0.34.0"
4 changes: 2 additions & 2 deletions prqlc/bindings/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 prqlc/bindings/js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@
"test": "mocha tests"
},
"types": "dist/node/prqlc_js.d.ts",
"version": "0.13.2"
"version": "0.13.3"
}
2 changes: 1 addition & 1 deletion prqlc/packages/snap/snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: prqlc
title: PRQL Compiler
base: core22
version: "0.13.2"
version: "0.13.3"
summary: CLI for PRQL, a modern language for transforming data
description: |
prqlc is the CLI for the PRQL compiler. It compiles PRQL to SQL, and offers various diagnostics.
Expand Down
2 changes: 1 addition & 1 deletion prqlc/prqlc-macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ proc-macro = true
test = false

[dependencies]
prqlc = {path = "../prqlc", default-features = false, version = "0.13.2" }
prqlc = {path = "../prqlc", default-features = false, version = "0.13.3" }
syn = "2.0.79"

[package.metadata.release]
Expand Down
5 changes: 3 additions & 2 deletions prqlc/prqlc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ test-dbs-external = [
]

[dependencies]
prqlc-parser = { path = "../prqlc-parser", version = "0.13.2" }
prqlc-parser = { path = "../prqlc-parser", version = "0.13.3" }

anstream = { version = "0.6.15", features = ["auto"] }
ariadne = "0.4.1"
Expand Down Expand Up @@ -165,7 +165,8 @@ search = '^version: "[\d.]+"$'
exactly = 1
file = "../../web/book/src/project/target.md"
# This should be on the previous version, since otherwise it won't be able to
# compile on `main`, since `main` uses the most recent tag.
# compile during development, since we use the most recent tag during
# development (and the most recent tag is the prior version).
replace = 'prql version:"{{prev_version}}"'
search = 'prql version:"[\d.]+"'

Expand Down
6 changes: 3 additions & 3 deletions prqlc/prqlc/src/cli/docs_generator.rs
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@ mod tests {
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="keywords" content="prql">
<meta name="generator" content="prqlc 0.13.2">
<meta name="generator" content="prqlc 0.13.3">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous">
<title>PRQL Docs</title>
</head>
Expand Down Expand Up @@ -472,7 +472,7 @@ mod tests {
</main>
<footer class="container border-top">
<small class="text-body-secondary">Generated with <a href="https://prql-lang.org/" rel="external" target="_blank">prqlc</a> 0.13.2.</small>
<small class="text-body-secondary">Generated with <a href="https://prql-lang.org/" rel="external" target="_blank">prqlc</a> 0.13.3.</small>
</footer>
</body>
</html>
Expand Down Expand Up @@ -561,7 +561,7 @@ mod tests {
Generated with [prqlc](https://prql-lang.org/) 0.13.2.
Generated with [prqlc](https://prql-lang.org/) 0.13.3.
----- stderr -----
"#####);
Expand Down
4 changes: 3 additions & 1 deletion web/book/src/project/contributing/development.md
Original file line number Diff line number Diff line change
Expand Up @@ -486,11 +486,13 @@ Currently we release in a semi-automated way:
[release workflow](https://github.com/PRQL/prql/blob/main/.github/workflows/release.yaml).

5. Run
`cargo release version patch -x --no-confirm && cargo release replace -x --no-confirm && task test-rust`
`cargo release patch --no-publish --no-push --execute --no-verify --no-confirm --no-tag && task test-rust`
to bump the versions and add a new Changelog section; then PR the resulting
commit. Note this currently contains `task test-rust` to update snapshot
tests which contain the version.

<!-- Note we used to have `cargo release version patch -x --no-confirm && cargo release replace -x --no-confirm && task test-rust`, which was simpler, but in order for `prev_version` to work, we can't separate the `patch` and `replace`, and we need `prev_version` for the prqlc version constraint (search for `prev_version` if unclear). If we moved back to upgrading the tags at the time of release rather than after, we could go back to that. -->

6. Check whether there are [milestones](https://github.com/PRQL/prql/milestones)
that need to be pushed out.

Expand Down
2 changes: 1 addition & 1 deletion web/book/src/project/target.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ echo 'prql target:sql.generic
PRQL allows specifying a version of the language in the PRQL header, like:

```prql
prql version:"0.13.1"
prql version:"0.13.2"
from employees
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ expression: "[{version = prql.version}]\n"
---
WITH table_0 AS (
SELECT
'0.13.2' AS version
'0.13.3' AS version
)
SELECT
version
Expand Down
6 changes: 3 additions & 3 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 @@ -47,5 +47,5 @@
"prepare": "rsync -ai --checksum --delete ../../prqlc/prqlc/tests/integration/data/ public/data/ && node generateBook.cjs",
"preview": "vite preview"
},
"version": "0.13.2"
"version": "0.13.3"
}

0 comments on commit d902ff6

Please sign in to comment.