Skip to content

Commit

Permalink
chore: Bump version to 0.13.4 (#5116)
Browse files Browse the repository at this point in the history
  • Loading branch information
max-sixty authored Jan 26, 2025
1 parent 12a3c8a commit ec8c4fd
Show file tree
Hide file tree
Showing 15 changed files with 51 additions and 32 deletions.
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.3 — 2025-01-25

0.13.3 is a small release containing a few bug fixes and improvements. It has 86
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.3"
version = "0.13.4"

[profile.release]
lto = true
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.6.0", features = ["src_sqlite"]}
env_logger = "0.10.2"
itertools = {workspace = true}
log = {workspace = true}
prqlc = {path = "../../prqlc/prqlc", version = "0.13.3", default-features = false}
prqlc = {path = "../../prqlc/prqlc", version = "0.13.4", 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.3" }
prqlc = {path = "../../../../prqlc", default-features = false, version = "0.13.4" }
rustler = "0.36.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.3"
"version": "0.13.4"
}
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.3"
version: "0.13.4"
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.3" }
prqlc = {path = "../prqlc", default-features = false, version = "0.13.4" }
syn = "2.0.96"

[package.metadata.release]
Expand Down
2 changes: 1 addition & 1 deletion 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.3" }
prqlc-parser = { path = "../prqlc-parser", version = "0.13.4" }

anstream = { version = "0.6.18", features = ["auto"] }
ariadne = "0.4.1"
Expand Down
10 changes: 5 additions & 5 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.3">
<meta name="generator" content="prqlc 0.13.4">
<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.3.</small>
<small class="text-body-secondary">Generated with <a href="https://prql-lang.org/" rel="external" target="_blank">prqlc</a> 0.13.4.</small>
</footer>
</body>
</html>
Expand Down Expand Up @@ -500,7 +500,7 @@ mod tests {
type user_id = int
";

assert_cmd_snapshot!(prqlc_command().args(["experimental", "doc"]).pass_stdin(input), @r#####"
assert_cmd_snapshot!(prqlc_command().args(["experimental", "doc"]).pass_stdin(input), @r"
success: true
exit_code: 0
----- stdout -----
Expand Down Expand Up @@ -561,10 +561,10 @@ mod tests {
Generated with [prqlc](https://prql-lang.org/) 0.13.3.
Generated with [prqlc](https://prql-lang.org/) 0.13.4.
----- stderr -----
"#####);
");
}

fn prqlc_command() -> Command {
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.2"
prql version:"0.13.3"
from employees
```
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
---
source: web/book/tests/documentation/book.rs
expression: "[{version = prql.version}]\n"
snapshot_kind: text
---
WITH table_0 AS (
SELECT
'0.13.3' AS version
'0.13.4' 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.3"
"version": "0.13.4"
}

0 comments on commit ec8c4fd

Please sign in to comment.