Skip to content

Commit 2573ec8

Browse files
committed
Prepare release v6.1.1
Created-by: polyglot-release v1.5.0
1 parent dff2a6e commit 2573ec8

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.1] - 2024-10-28
911
### Changed
1012
- [Python] Use the new action cucumber/action-publish-pypi in release process ([#147](https://github.com/cucumber/tag-expressions/pull/147) [#172](https://github.com/cucumber/tag-expressions/pull/172) [#178](https://github.com/cucumber/tag-expressions/pull/178))
1113
- [Ruby] Fixed up remaining simple cops and began to reduce complexity of code ([#158](https://github.com/cucumber/tag-expressions/pull/158))
@@ -195,7 +197,8 @@ by [aslakhellesoy](https://github.com/aslakhellesoy))
195197
### Added
196198
- First stable release!
197199

198-
[Unreleased]: https://github.com/cucumber/tag-expressions/compare/v6.1.0...HEAD
200+
[Unreleased]: https://github.com/cucumber/tag-expressions/compare/v6.1.1...HEAD
201+
[6.1.1]: https://github.com/cucumber/tag-expressions/compare/v6.1.0...v6.1.1
199202
[6.1.0]: https://github.com/cucumber/tag-expressions/compare/v6.0.0...v6.1.0
200203
[6.0.0]: https://github.com/cucumber/tag-expressions/compare/v5.0.6...v6.0.0
201204
[5.0.6]: https://github.com/cucumber/tag-expressions/compare/v5.0.5...v5.0.6

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.1-SNAPSHOT</version>
12+
<version>6.1.1</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>1704885848</project.build.outputTimestamp>
19+
<project.build.outputTimestamp>1730116789</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.1</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.0",
3+
"version": "6.1.1",
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.0
1+
6.1.1

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.0"
24+
version = "6.1.1"
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.0
1+
6.1.1

0 commit comments

Comments
 (0)