From ee2f59a2e20954811ac124555dc7c506c88ae61b Mon Sep 17 00:00:00 2001 From: Daniel Biehl Date: Sat, 3 Feb 2024 23:28:19 +0100 Subject: [PATCH] =?UTF-8?q?chore(release):=20bump=20version=200.2.0=20?= =?UTF-8?q?=E2=86=92=200.2.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 9 ++++++++- package.json | 2 +- packages/gurke/src/gurke/__version__.py | 2 +- src/GherkinParser/__version__.py | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 54bb3ec..55ca619 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,14 @@ All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines. -## [0.1.1-dev.1](https://github.com/d-biehl/robotframework-gherkin-parser/compare/v0.1.0..v0.1.1-dev.1) - 2024-02-03 +## [0.2.1](https://github.com/d-biehl/robotframework-gherkin-parser/compare/v0.2.0..v0.2.1) - 2024-02-03 + +### Bug Fixes + +- Again correct version scripts ([5a95b82](https://github.com/d-biehl/robotframework-gherkin-parser/commit/5a95b82ceb6c0a2ba221f828d610a66fe39e71bf)) + + +## [0.2.0](https://github.com/d-biehl/robotframework-gherkin-parser/compare/v0.1.0..v0.2.0) - 2024-02-03 ### Features diff --git a/package.json b/package.json index ed6a7f5..53a1cd1 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "GherkinParser Support for RobotCode and Robot Framework", "icon": "icons/icon.png", "publisher": "d-biehl", - "version": "0.2.0", + "version": "0.2.1", "author": { "name": "Daniel Biehl", "url": "https://github.com/d-biehl/" diff --git a/packages/gurke/src/gurke/__version__.py b/packages/gurke/src/gurke/__version__.py index d3ec452..3ced358 100644 --- a/packages/gurke/src/gurke/__version__.py +++ b/packages/gurke/src/gurke/__version__.py @@ -1 +1 @@ -__version__ = "0.2.0" +__version__ = "0.2.1" diff --git a/src/GherkinParser/__version__.py b/src/GherkinParser/__version__.py index d3ec452..3ced358 100644 --- a/src/GherkinParser/__version__.py +++ b/src/GherkinParser/__version__.py @@ -1 +1 @@ -__version__ = "0.2.0" +__version__ = "0.2.1"