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.9 to test the homebrew install
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 c7f7ce8 commit 47a1cec
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 5 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# pq Changelog

## 0.0.8 - 2022-10-1&
## 0.0.9 - 2022-10-18

* Added Github action for ghcr.io packages
* Added Github action for homebrew.

## 0.0.8 - 2022-10-17

* Added Github action for ghcr.io packages.

## 0.0.7 - 2022-10-17

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.8"
version = "0.0.9"

[[bin]]
name = "pq"
Expand Down
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,14 +56,19 @@ 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.8
alias pq="docker run --rm -it -v $(pwd):/data -w /data -u $(id -u):$(id -g) ghcr.io.prql/prql-query:v0.0.8"
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"
pq --help

### Via Rust toolchain (Cargo)

cargo install prql-query

### Via Homebrew

brew tap prql/homebrew-prql-query
brew install prql-query

## Usage

### Generating SQL
Expand Down

0 comments on commit 47a1cec

Please sign in to comment.