Skip to content

Commit 7308c4c

Browse files
semantic-releaseGitHub Actions
authored andcommitted
0.7.0
Automatically generated by python-semantic-release
1 parent fb70408 commit 7308c4c

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
22

33
<!--next-version-placeholder-->
44

5+
## v0.7.0 (2023-04-02)
6+
### Feature
7+
* **magic:** Support PRQL query in line magic ([#160](https://github.com/PRQL/pyprql/issues/160)) ([`0b0f8d8`](https://github.com/PRQL/pyprql/commit/0b0f8d87f780930d6dd8852cdcbb52353baed2da))
8+
* **magic:** Add `dryrun` config option to only print SQL output ([#159](https://github.com/PRQL/pyprql/issues/159)) ([`b5a602f`](https://github.com/PRQL/pyprql/commit/b5a602f2873c43666b6fed0d4423270c27e0f484))
9+
10+
### Fix
11+
* Fix python versions ([#165](https://github.com/PRQL/pyprql/issues/165)) ([`fb70408`](https://github.com/PRQL/pyprql/commit/fb70408e183f4d94c103200362702f1274dd4c92))
12+
* Fix GitHub Actions workflows and more python versions support ([#164](https://github.com/PRQL/pyprql/issues/164)) ([`0901392`](https://github.com/PRQL/pyprql/commit/0901392fe4f698acb3db6d9b9fc9b039782643ae))
13+
* **magic:** Support `.prql` file with the `--file` arg option ([#158](https://github.com/PRQL/pyprql/issues/158)) ([`98dfcab`](https://github.com/PRQL/pyprql/commit/98dfcabecef0db540c11e59fce8c2c7c667176ba))
14+
15+
### Breaking
16+
* remove deprecated cli module and update dependencies ([#162](https://github.com/PRQL/pyprql/issues/162)) ([`89e1199`](https://github.com/PRQL/pyprql/commit/89e11996a9f46ea6e16b07c8cba253f2d4e8341b))
17+
18+
### Documentation
19+
* Add `compile` function ([#154](https://github.com/PRQL/pyprql/issues/154)) ([`917062e`](https://github.com/PRQL/pyprql/commit/917062e0850a96c6d7e9623abfb3f0a9c9397263))
20+
521
## v0.6.2 (2023-03-12)
622
### Fix
723
* Run semantic-release via poetry run in ci ([#148](https://github.com/PRQL/pyprql/issues/148)) ([`af6e753`](https://github.com/PRQL/pyprql/commit/af6e75358c66ac76bfad8ed75dc03259d0333cb5))

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ license = "Apache-2.0"
1919
name = "pyprql"
2020
readme = "README.md"
2121
repository = "https://github.com/prql/pyprql"
22-
version = "0.6.2"
22+
version = "0.7.0"
2323

2424
[tool.poetry.dependencies]
2525
python = "^3.8"

pyprql/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
import prql_python as prql # noqa: F401
33
from prql_python import compile # noqa: F401
44

5-
__version__ = "0.6.2"
5+
__version__ = "0.7.0"

0 commit comments

Comments
 (0)