Skip to content

Commit

Permalink
Bump version to 0.1.1 (#302)
Browse files Browse the repository at this point in the history
* Bump version to 0.1.1

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
max-sixty and pre-commit-ci[bot] authored Apr 2, 2022
1 parent b8ae741 commit 11c6957
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions prql/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ license = "Apache-2.0"
name = "prql"
repository = "https://github.com/max-sixty/prql"
rust-version = "1.59.0"
version = "0.1.0"
version = "0.1.1"

[features]
# We previously had `cli` not compile by default, because of an issue with
Expand Down Expand Up @@ -43,5 +43,5 @@ features = ["derive"]
version = "^1.0"

[dev-dependencies]
insta = { version = "^1.13", features = ["colors", "glob"] }
insta = {version = "^1.13", features = ["colors", "glob"]}
similar = "^2.1"

0 comments on commit 11c6957

Please sign in to comment.