Skip to content

Commit 31ed3bd

Browse files
semantic-releaseGitHub Actions
authored andcommitted
0.6.2
Automatically generated by python-semantic-release
1 parent af6e753 commit 31ed3bd

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

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

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

5+
## v0.6.2 (2023-03-12)
6+
### Fix
7+
* Run semantic-release via poetry run in ci ([#148](https://github.com/PRQL/pyprql/issues/148)) ([`af6e753`](https://github.com/PRQL/pyprql/commit/af6e75358c66ac76bfad8ed75dc03259d0333cb5))
8+
59
## v0.6.1 (2023-03-12)
610
### Fix
711
* Skip version 0.6.0 releasing and prepare for 0.6.1 ([#147](https://github.com/PRQL/pyprql/issues/147)) ([`8ce14ee`](https://github.com/PRQL/pyprql/commit/8ce14eea63e5a735b7d6517e4538f1c78af9e99a))

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ license = "Apache-2.0"
1818
name = "pyprql"
1919
readme = "README.md"
2020
repository = "https://github.com/prql/pyprql"
21-
version = "0.6.1"
21+
version = "0.6.2"
2222

2323
[tool.poetry.dependencies]
2424
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.1"
5+
__version__ = "0.6.2"

0 commit comments

Comments
 (0)