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

Commit 6d44981

Browse files
Tobias BrandtTobias Brandt
authored andcommitted
Bumps version to 0.0.7 since 0.0.6 is already on crates.io
1 parent c5e398d commit 6d44981

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

CHANGELOG.md

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

3-
## 0.0.6 - 2022-10-17
3+
## 0.0.7 - 2022-10-17
44

55
* Updated repo links to point to prql organisation.
6-
* Updated to prql-compiler version 0.2.9
76
* Removed UNLICENSE.
87

8+
## 0.0.6 - 2022-10-15
9+
10+
* Updated to prql-compiler version 0.2.9
11+
912
## 0.0.5 - 2022-10-13
1013

1114
* Added support for querying PostgreSQL databases (through DuckDB).

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.6"
8+
version = "0.0.7"
99

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

0 commit comments

Comments
 (0)