Skip to content
This repository has been archived by the owner on Nov 19, 2023. It is now read-only.

Commit

Permalink
Bumps version to 0.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobias Brandt authored and Tobias Brandt committed Oct 17, 2022
1 parent 8f7e2ab commit d069fb6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# pq Changelog

## 0.0.10 - 2022-10-18

* Fixed typo in Github action.

## 0.0.9 - 2022-10-18

* Added Github action for homebrew.
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ repository = "https://github.com/prql/prql-query"
license = "MIT OR Apache-2.0"
edition = "2021"
rust-version = "1.64.0"
version = "0.0.9"
version = "0.0.10"

[[bin]]
name = "pq"
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ dowloaded from [Releases](https://github.com/prql/prql-query/releases/)

### Run as a container image (Docker)

docker pull ghcr.io/prql/prql-query:v0.0.9
alias pq="docker run --rm -it -v $(pwd):/data -w /data -u $(id -u):$(id -g) ghcr.io.prql/prql-query:v0.0.9"
docker pull ghcr.io/prql/prql-query:v0.0.10
alias pq="docker run --rm -it -v $(pwd):/data -w /data -u $(id -u):$(id -g) ghcr.io.prql/prql-query:v0.0.10"
pq --help

### Via Rust toolchain (Cargo)
Expand Down

0 comments on commit d069fb6

Please sign in to comment.