Skip to content

Commit 18ae859

Browse files
committed
Prepare release v8.0.0
Created-by: polyglot-release v1.7.1
1 parent ea3fd9e commit 18ae859

File tree

9 files changed

+17
-17
lines changed

9 files changed

+17
-17
lines changed

CHANGELOG.md

Lines changed: 5 additions & 5 deletions
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+
## [8.0.0] - 2025-10-14
911
### Fixed
1012
- [Perl] Fix building release artifacts ([#214](https://github.com/cucumber/tag-expressions/pull/214))
1113

@@ -16,8 +18,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1618
### Changed
1719
- [Ruby] Minimum ruby version is now bumped from `2.3` to `2.6` (With minor refactors to the parser) ([#204](https://github.com/cucumber/tag-expressions/pull/204))
1820
- [Ruby] Speed up `Parser#parse` by removing redundant `nil` safety check
19-
20-
### Changed
2121
- [Python] PEP 639 licence metadata specification ([#211](https://github.com/cucumber/tag-expressions/pull/211))
2222

2323
## [6.2.0] - 2025-05-25
@@ -219,7 +219,8 @@ by [aslakhellesoy](https://github.com/aslakhellesoy))
219219
### Added
220220
- First stable release!
221221

222-
[Unreleased]: https://github.com/cucumber/tag-expressions/compare/v7.0.0...HEAD
222+
[Unreleased]: https://github.com/cucumber/tag-expressions/compare/v8.0.0...HEAD
223+
[8.0.0]: https://github.com/cucumber/tag-expressions/compare/v7.0.0...v8.0.0
223224
[7.0.0]: https://github.com/cucumber/tag-expressions/compare/v6.2.0...v7.0.0
224225
[6.2.0]: https://github.com/cucumber/tag-expressions/compare/v6.1.2...v6.2.0
225226
[6.1.2]: https://github.com/cucumber/tag-expressions/compare/v6.1.1...v6.1.2
@@ -245,5 +246,4 @@ by [aslakhellesoy](https://github.com/aslakhellesoy))
245246
[1.1.0]: https://github.com/cucumber/tag-expressions/compare/v1.0.1...v1.1.0
246247
[1.0.1]: https://github.com/cucumber/tag-expressions/compare/v1.0.0...v1.0.1
247248
[1.0.0]: https://github.com/cucumber/tag-expressions/releases/tag/v1.0.0
248-
thub.com/cucumber/tag-expressions/compare/v1.0.0...v1.0.1
249-
[1.0.0]: https://github.com/cucumber/tag-expressions/releases/tag/v1.0.0
249+
umber/tag-expressions/releases/tag/v1.0.0

go/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module github.com/cucumber/tag-expressions/go/v7
1+
module github.com/cucumber/tag-expressions/go/v8
22

33
require (
44
github.com/stretchr/testify v1.11.1

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>7.0.1-SNAPSHOT</version>
12+
<version>8.0.0</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>1759508510</project.build.outputTimestamp>
19+
<project.build.outputTimestamp>1760461267</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:git@github.com:cucumber/tag-expressions.git</developerConnection>
2626
<url>git://github.com/cucumber/tag-expressions.git</url>
27-
<tag>HEAD</tag>
27+
<tag>v8.0.0</tag>
2828
</scm>
2929

3030

javascript/package-lock.json

Lines changed: 2 additions & 2 deletions
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": "7.0.0",
3+
"version": "8.0.0",
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-
7.0.0
1+
8.0.0

python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ authors = [
88
{name = "Jens Engel", email = "jenisys@noreply.github.com"},
99
]
1010
description = "Provides a tag-expression parser and evaluation logic for cucumber/behave"
11-
version = "7.0.0"
11+
version = "8.0.0"
1212
keywords= ["BDD", "testing", "cucumber", "tag-expressions", "behave"]
1313
license = "MIT"
1414
license-files = [

python/uv.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ruby/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.0.0
1+
8.0.0

0 commit comments

Comments
 (0)