Skip to content

Commit 883fd95

Browse files
committed
Prepare release v6.1.2
Created-by: polyglot-release v1.6.0
1 parent cb033bd commit 883fd95

File tree

7 files changed

+12
-9
lines changed

7 files changed

+12
-9
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
66
and this project adheres to [Semantic Versioning](http://semver.org/).
77

88
## [Unreleased]
9+
10+
## [6.1.2] - 2025-01-29
911
### Added
1012
- [All] Run CI testing only for relevant areas of the codebase ([#186](https://github.com/cucumber/tag-expressions/pull/186))
1113
- [Python] Extended documentation and type hints within docstrings ([#182](https://github.com/cucumber/tag-expressions/pull/182))
@@ -201,7 +203,8 @@ by [aslakhellesoy](https://github.com/aslakhellesoy))
201203
### Added
202204
- First stable release!
203205

204-
[Unreleased]: https://github.com/cucumber/tag-expressions/compare/v6.1.1...HEAD
206+
[Unreleased]: https://github.com/cucumber/tag-expressions/compare/v6.1.2...HEAD
207+
[6.1.2]: https://github.com/cucumber/tag-expressions/compare/v6.1.1...v6.1.2
205208
[6.1.1]: https://github.com/cucumber/tag-expressions/compare/v6.1.0...v6.1.1
206209
[6.1.0]: https://github.com/cucumber/tag-expressions/compare/v6.0.0...v6.1.0
207210
[6.0.0]: https://github.com/cucumber/tag-expressions/compare/v5.0.6...v6.0.0

java/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,22 +9,22 @@
99
</parent>
1010

1111
<artifactId>tag-expressions</artifactId>
12-
<version>6.1.2-SNAPSHOT</version>
12+
<version>6.1.2</version>
1313
<packaging>jar</packaging>
1414
<name>Cucumber Tag Expressions</name>
1515
<description>Parses boolean infix expressions</description>
1616
<url>https://github.com/cucumber/tag-expressions</url>
1717

1818
<properties>
19-
<project.build.outputTimestamp>1730116798</project.build.outputTimestamp>
19+
<project.build.outputTimestamp>1738174110</project.build.outputTimestamp>
2020
<project.Automatic-Module-Name>io.cucumber.tagexpressions</project.Automatic-Module-Name>
2121
</properties>
2222

2323
<scm>
2424
<connection>scm:git:git://github.com/cucumber/tag-expressions.git</connection>
2525
<developerConnection>scm:git:[email protected]:cucumber/tag-expressions.git</developerConnection>
2626
<url>git://github.com/cucumber/tag-expressions.git</url>
27-
<tag>HEAD</tag>
27+
<tag>v6.1.2</tag>
2828
</scm>
2929

3030

javascript/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

javascript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cucumber/tag-expressions",
3-
"version": "6.1.1",
3+
"version": "6.1.2",
44
"description": "Cucumber Tag Expression parser",
55
"type": "module",
66
"main": "dist/cjs/src/index.js",

perl/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
6.1.1
1+
6.1.2

python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ authors = [
2121
{name = "Jens Engel", email = "[email protected]"},
2222
]
2323
description = "Provides a tag-expression parser and evaluation logic for cucumber/behave"
24-
version = "6.1.1"
24+
version = "6.1.2"
2525
# PREPARED: dynamic = ["version"]
2626
keywords= ["BDD", "testing", "cucumber", "tag-expressions", "behave"]
2727
license = {text = "MIT"}

ruby/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
6.1.1
1+
6.1.2

0 commit comments

Comments
 (0)