From 75310429560ee4a3acec9be8b700f1c49719d5ee Mon Sep 17 00:00:00 2001 From: Kostiantyn Goloveshko Date: Sun, 1 Sep 2024 22:19:39 +0300 Subject: [PATCH] Bump version and update changelog --- CHANGES.rst | 9 +++++---- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index a725b1ed..0fd5983c 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -49,11 +49,12 @@ Planned - Add support of native legacy cucumber-json - Test against https://github.com/cucumber/json-formatter -Unreleased +2.1.4 ---------- -- Add support of python 3.12 at CI -- Add Support of pytest 8 -- Switch to gherkin official package: https://pypi.org/project/ci-environment/ +- Add support for Python 3.12 in CI +- Add support for pytest 8 +- Switch to the official Gherkin package: https://pypi.org/project/ci-environment/ +- Fix other compatibility issues 2.1.0 ---------- diff --git a/pyproject.toml b/pyproject.toml index e69dd87e..e3de3f3c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -80,7 +80,7 @@ name = "pytest-bdd-ng" readme = {file = "README.rst", content-type = "text/x-rst"} requires-python = ">=3.8" urls = {Repository = "https://github.com/elchupanebrej/pytest-bdd-ng"} -version = "2.1.3" +version = "2.1.4" [project.entry-points] pytest11 = {"pytest-bdd" = "pytest_bdd.plugin"}