Skip to content

Commit dae6ea6

Browse files
committed
Version 0.7.0 release
1 parent 9b9cfd7 commit dae6ea6

File tree

3 files changed

+24
-31
lines changed

3 files changed

+24
-31
lines changed

CHANGELOG.md

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,11 @@
33
We follow Semantic Versions.
44

55

6-
## WIP
7-
8-
### Bugfixes
9-
10-
- Fixes SpacedNameViolation docstring
11-
126
## Version 0.7.0
137

148
### Features
159

16-
- Drops `ply` support
17-
- Adds `lark` support
10+
- Switches main grammar parser from `ply` to `lark`
1811

1912

2013
## Version 0.6.1

poetry.lock

Lines changed: 22 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ typing_extensions = ">=4.0,<5.0"
4242
lark = "^1.2"
4343

4444
[tool.poetry.group.dev.dependencies]
45-
wemake-python-styleguide = "^1.0"
45+
wemake-python-styleguide = "^1.1"
4646
ruff = "^0.11"
4747

4848
pytest = "^8.1"

0 commit comments

Comments
 (0)