Bump version to 8.0.0b1

This commit is contained in:
Alessio Bogon 2024-09-26 20:30:49 +02:00
parent d0d2ce3ed8
commit 8aa7287a0c
No known key found for this signature in database
2 changed files with 5 additions and 2 deletions

View File

@ -3,7 +3,10 @@ Changelog
Unreleased
----------
- Use `gherkin-official` parser to replace custom parsing logic.
8.0.0b1
----------
- Use `gherkin-official` parser to replace custom parsing logic. This will make pytest-bdd more compatible with the Gherkin specification.
- Multiline steps must now always use triple-quotes for the additional lines.
- All feature files must now use the keyword `Feature:` to be considered valid.
- Tags can no longer have spaces (e.g. "@tag one" "@tag two" are no longer valid).

View File

@ -1,6 +1,6 @@
[tool.poetry]
name = "pytest-bdd"
version = "7.3.0"
version = "8.0.0b1"
description = "BDD for pytest"
authors = ["Oleg Pidsadnyi <oleg.pidsadnyi@gmail.com>", "Anatoly Bubenkov <bubenkoff@gmail.com>"]
maintainers = ["Alessio Bogon <778703+youtux@users.noreply.github.com>"]