Skip to content

Commit

Permalink
chore: Release 0.2.8 (#1018)
Browse files Browse the repository at this point in the history
  • Loading branch information
max-sixty authored Oct 11, 2022
1 parent a08d112 commit 1e3c163
Show file tree
Hide file tree
Showing 10 changed files with 16 additions and 16 deletions.
14 changes: 7 additions & 7 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 book/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name = "mdbook-prql"
publish = false
repository = "https://github.com/prql/prql"
rust-version = "1.59.0"
version = "0.2.7"
version = "0.2.8"

[dependencies]
anyhow = "1.0.57"
Expand Down
2 changes: 1 addition & 1 deletion 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 prql-compiler/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ license = "Apache-2.0"
name = "prql-compiler"
repository = "https://github.com/prql/prql"
rust-version = "1.60.0"
version = "0.2.7"
version = "0.2.8"

[features]
# We previously had `cli` not compile by default, because of an issue with
Expand Down
2 changes: 1 addition & 1 deletion prql-java/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
edition = "2021"
name = "prql-java"
publish = false
version = "0.2.7"
version = "0.2.8"

[lib]
crate_type = ["cdylib"]
Expand Down
2 changes: 1 addition & 1 deletion prql-js/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ license = "Apache-2.0"
name = "prql-js"
publish = false
repository = "https://github.com/prql/prql"
version = "0.2.7"
version = "0.2.8"

[lib]
crate-type = ["cdylib", "rlib"]
Expand Down
2 changes: 1 addition & 1 deletion prql-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@
"build-web": "wasm-pack build --target no-modules --release --out-dir dist/web"
},
"types": "dist/node/prql_js.d.ts",
"version": "0.2.7"
"version": "0.2.8"
}
2 changes: 1 addition & 1 deletion prql-lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
edition = "2021"
name = "prql-lib"
publish = false
version = "0.2.7"
version = "0.2.8"

[lib]
crate_type = ["staticlib", "cdylib"]
Expand Down
2 changes: 1 addition & 1 deletion prql-macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
edition = "2021"
name = "prql-macros"
publish = false
version = "0.2.7"
version = "0.2.8"

[lib]
doctest = false
Expand Down
2 changes: 1 addition & 1 deletion prql-python/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ build = "build.rs"
edition = "2021"
name = "prql-python"
publish = false
version = "0.2.7"
version = "0.2.8"

[lib]
crate-type = ["cdylib"]
Expand Down

0 comments on commit 1e3c163

Please sign in to comment.