We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The most minor issue ever, but adding since hopefully helpful on net.
Bumping releases adds a space after the version number:
diff --git a/prql-compiler/prqlc/Cargo.toml b/prql-compiler/prqlc/Cargo.toml index a02a8ff1..079471ca 100644 --- a/prql-compiler/prqlc/Cargo.toml +++ b/prql-compiler/prqlc/Cargo.toml @@ -20,7 +20,7 @@ concolor-clap = {version = "0.1.0", features = ["api"]} env_logger = {version = "0.10.0", features = ["color"]} itertools = "0.10.3" notify = "^5.1.0" -prql-compiler = {path = '..', version = "0.8.0"} +prql-compiler = {path = '..', version = "0.8.1" } regex = {version = "1.8.1", features = ["std", "unicode"]} serde = "^1" serde_json = "1.0.81"
The text was updated successfully, but these errors were encountered:
Thanks for reporting this!
Yes, we are overwriting not just the value bit the "decor" which we instead need to preserve. There are likely other cases where we mess this up, like setting package.version and setting workspace.package.version
package.version
workspace.package.version
Sorry, something went wrong.
No branches or pull requests
The most minor issue ever, but adding since hopefully helpful on net.
Bumping releases adds a space after the version number:
The text was updated successfully, but these errors were encountered: