Skip to content

Commit ecf3fd5

Browse files
authored
chore: Bump versions to 0.4.2 (#1624)
1 parent e047d69 commit ecf3fd5

File tree

5 files changed

+12
-16
lines changed

5 files changed

+12
-16
lines changed

Cargo.lock

+9-9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ edition = "2021"
1919
license = "Apache-2.0"
2020
repository = "https://github.com/PRQL/prql"
2121
rust-version = "1.65.0"
22-
version = "0.4.1"
22+
version = "0.4.2"
2323

2424
[profile.release.package.prql-js]
2525
# Tell `rustc` to optimize for small code size.

playground/package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

prql-compiler/Cargo.toml

-4
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,3 @@ duckdb = {version = "0.6.0", features = ["bundled", "chrono"]}
5353
[[bench]]
5454
harness = false
5555
name = "bench"
56-
57-
[package.metadata.release]
58-
tag-name = "{{version}}"
59-
tag-prefix = ""

prql-js/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@
2424
"test": "wasm-pack test --firefox && mocha tests"
2525
},
2626
"types": "dist/node/prql_js.d.ts",
27-
"version": "0.4.1"
27+
"version": "0.4.2"
2828
}

0 commit comments

Comments
 (0)