Bump version to 8.1.0
This commit is contained in:
parent
68b9625ae7
commit
6cdd340504
21
CHANGES.rst
21
CHANGES.rst
|
@ -12,6 +12,27 @@ Unreleased
|
||||||
Added
|
Added
|
||||||
+++++
|
+++++
|
||||||
|
|
||||||
|
Changed
|
||||||
|
+++++++
|
||||||
|
|
||||||
|
Deprecated
|
||||||
|
++++++++++
|
||||||
|
|
||||||
|
Removed
|
||||||
|
+++++++
|
||||||
|
|
||||||
|
Fixed
|
||||||
|
+++++
|
||||||
|
|
||||||
|
Security
|
||||||
|
++++++++
|
||||||
|
|
||||||
|
[8.1.0] - 2024-12-05
|
||||||
|
----------
|
||||||
|
|
||||||
|
Added
|
||||||
|
+++++
|
||||||
|
|
||||||
Changed
|
Changed
|
||||||
+++++++
|
+++++++
|
||||||
* Step arguments ``"datatable"`` and ``"docstring"`` are now reserved, and they can't be used as step argument names. An error is raised if a step parser uses these names.
|
* Step arguments ``"datatable"`` and ``"docstring"`` are now reserved, and they can't be used as step argument names. An error is raised if a step parser uses these names.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "pytest-bdd"
|
name = "pytest-bdd"
|
||||||
version = "8.0.0"
|
version = "8.1.0"
|
||||||
description = "BDD for pytest"
|
description = "BDD for pytest"
|
||||||
authors = ["Oleg Pidsadnyi <oleg.pidsadnyi@gmail.com>", "Anatoly Bubenkov <bubenkoff@gmail.com>"]
|
authors = ["Oleg Pidsadnyi <oleg.pidsadnyi@gmail.com>", "Anatoly Bubenkov <bubenkoff@gmail.com>"]
|
||||||
maintainers = ["Alessio Bogon <778703+youtux@users.noreply.github.com>"]
|
maintainers = ["Alessio Bogon <778703+youtux@users.noreply.github.com>"]
|
||||||
|
|
Loading…
Reference in New Issue