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

Commit d069fb6

Browse files
Tobias BrandtTobias Brandt
authored andcommitted
Bumps version to 0.0.10
1 parent 8f7e2ab commit d069fb6

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# pq Changelog
22

3+
## 0.0.10 - 2022-10-18
4+
5+
* Fixed typo in Github action.
6+
37
## 0.0.9 - 2022-10-18
48

59
* Added Github action for homebrew.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ repository = "https://github.com/prql/prql-query"
55
license = "MIT OR Apache-2.0"
66
edition = "2021"
77
rust-version = "1.64.0"
8-
version = "0.0.9"
8+
version = "0.0.10"
99

1010
[[bin]]
1111
name = "pq"

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ dowloaded from [Releases](https://github.com/prql/prql-query/releases/)
5656

5757
### Run as a container image (Docker)
5858

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

6363
### Via Rust toolchain (Cargo)

0 commit comments

Comments
 (0)