Skip to content

Commit 31f82dc

Browse files
semantic-releaseGitHub Actions
authored andcommitted
0.8.0
Automatically generated by python-semantic-release
1 parent db3edf3 commit 31f82dc

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

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

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

5+
## v0.8.0 (2023-04-15)
6+
### Feature
7+
* Autopolars support ([#170](https://github.com/PRQL/pyprql/issues/170)) ([`db3edf3`](https://github.com/PRQL/pyprql/commit/db3edf34b08fca5c7129b570de02441f6c4e2c83))
8+
* Based on prql-python 0.8 ([#169](https://github.com/PRQL/pyprql/issues/169)) ([`0e4a62f`](https://github.com/PRQL/pyprql/commit/0e4a62f086c5abe39a426ecc20ea3285b23fe4b4))
9+
10+
### Breaking
11+
* based on prql-python 0.8 ([#169](https://github.com/PRQL/pyprql/issues/169)) ([`0e4a62f`](https://github.com/PRQL/pyprql/commit/0e4a62f086c5abe39a426ecc20ea3285b23fe4b4))
12+
513
## v0.7.0 (2023-04-02)
614
### Feature
715
* **magic:** Support PRQL query in line magic ([#160](https://github.com/PRQL/pyprql/issues/160)) ([`0b0f8d8`](https://github.com/PRQL/pyprql/commit/0b0f8d87f780930d6dd8852cdcbb52353baed2da))

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.7.0"
22+
version = "0.8.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.7.0"
5+
__version__ = "0.8.0"

0 commit comments

Comments
 (0)