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"