Skip to content

Commit

Permalink
chore: Bump versions to 0.5.2 (PRQL#1889)
Browse files Browse the repository at this point in the history
  • Loading branch information
max-sixty authored Feb 19, 2023
1 parent 25e972f commit 08c0506
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 18 deletions.
20 changes: 10 additions & 10 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 @@ -20,7 +20,7 @@ edition = "2021"
license = "Apache-2.0"
repository = "https://github.com/PRQL/prql"
rust-version = "1.65.0"
version = "0.5.1"
version = "0.5.2"

[profile.release.package.prql-js]
# Tell `rustc` to optimize for small code size.
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/prql-compiler-macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ proc_macro = true
test = false

[dependencies]
prql-compiler = {path = "..", default-features = false, version = "0.5.1" }
prql-compiler = {path = "..", default-features = false, version = "0.5.2" }
syn = "1.0"

[package.metadata.release]
Expand Down
2 changes: 1 addition & 1 deletion prql-compiler/prqlc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ color-eyre = "0.6.1"
env_logger = {version = "0.9.1", features = ["termcolor"]}
itertools = "0.10.3"
notify = "^5.1.0"
prql-compiler = {path = '..', version = "0.5.1" }
prql-compiler = {path = '..', version = "0.5.2" }
serde_json = "1.0.81"
serde_yaml = "0.9.1"
walkdir = "^2.3.2"
Expand Down
2 changes: 1 addition & 1 deletion prql-elixir/native/prql/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ name = "prql"
path = "src/lib.rs"

[dependencies]
prql-compiler = {path = "../../../prql-compiler", default-features = false, version = "0.5.1" }
prql-compiler = {path = "../../../prql-compiler", default-features = false, version = "0.5.2" }
[target.'cfg(not(any(target_family="wasm")))'.dependencies]
rustler = "0.27.0"
4 changes: 2 additions & 2 deletions prql-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 prql-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@
"test": "wasm-pack test --firefox && mocha tests"
},
"types": "dist/node/prql_js.d.ts",
"version": "0.5.1"
"version": "0.5.2"
}

0 comments on commit 08c0506

Please sign in to comment.