Skip to content

Commit 09c3d20

Browse files
authored
chore: Release 0.2.9 (#1026)
1 parent f173030 commit 09c3d20

File tree

10 files changed

+16
-16
lines changed

10 files changed

+16
-16
lines changed

Cargo.lock

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

book/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name = "mdbook-prql"
55
publish = false
66
repository = "https://github.com/prql/prql"
77
rust-version = "1.59.0"
8-
version = "0.2.8"
8+
version = "0.2.9"
99

1010
[dependencies]
1111
anyhow = "1.0.57"

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ license = "Apache-2.0"
55
name = "prql-compiler"
66
repository = "https://github.com/prql/prql"
77
rust-version = "1.60.0"
8-
version = "0.2.8"
8+
version = "0.2.9"
99

1010
[features]
1111
# We previously had `cli` not compile by default, because of an issue with

prql-java/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
edition = "2021"
33
name = "prql-java"
44
publish = false
5-
version = "0.2.8"
5+
version = "0.2.9"
66

77
[lib]
88
crate_type = ["cdylib"]

prql-js/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ license = "Apache-2.0"
55
name = "prql-js"
66
publish = false
77
repository = "https://github.com/prql/prql"
8-
version = "0.2.8"
8+
version = "0.2.9"
99

1010
[lib]
1111
crate-type = ["cdylib", "rlib"]

prql-js/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@
1919
"build-web": "wasm-pack build --target no-modules --release --out-dir dist/web"
2020
},
2121
"types": "dist/node/prql_js.d.ts",
22-
"version": "0.2.8"
22+
"version": "0.2.9"
2323
}

prql-lib/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
edition = "2021"
33
name = "prql-lib"
44
publish = false
5-
version = "0.2.8"
5+
version = "0.2.9"
66

77
[lib]
88
crate_type = ["staticlib", "cdylib"]

prql-macros/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
edition = "2021"
33
name = "prql-macros"
44
publish = false
5-
version = "0.2.8"
5+
version = "0.2.9"
66

77
[lib]
88
doctest = false

prql-python/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ build = "build.rs"
33
edition = "2021"
44
name = "prql-python"
55
publish = false
6-
version = "0.2.8"
6+
version = "0.2.9"
77

88
[lib]
99
crate-type = ["cdylib"]

0 commit comments

Comments
 (0)