Skip to content

Commit 138a729

Browse files
committed
Prepare release v14.7.0
Created-by: polyglot-release v1.9.0
1 parent 0b91c0f commit 138a729

5 files changed

Lines changed: 15 additions & 12 deletions

File tree

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+
## [14.7.0] - 2025-12-08
911
### Added
1012
- [NET] Added .NET port ([#81](https://github.com/cucumber/query/pull/81))
1113

@@ -271,7 +273,8 @@ from `@cucumber/messages` instead.
271273
### Added
272274
- First JavaScript implementation
273275

274-
[Unreleased]: https://github.com/cucumber/query/compare/v14.6.0...HEAD
276+
[Unreleased]: https://github.com/cucumber/query/compare/v14.7.0...HEAD
277+
[14.7.0]: https://github.com/cucumber/query/compare/v14.6.0...v14.7.0
275278
[14.6.0]: https://github.com/cucumber/query/compare/v14.5.0...v14.6.0
276279
[14.5.0]: https://github.com/cucumber/query/compare/v14.4.0...v14.5.0
277280
[14.4.0]: https://github.com/cucumber/query/compare/v14.3.0...v14.4.0

dotnet/Cucumber.Query/Cucumber.Query.csproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
44
<TargetFramework>netstandard2.0</TargetFramework>
@@ -8,7 +8,7 @@
88
</PropertyGroup>
99

1010
<PropertyGroup Label="Version">
11-
<VersionNumber>14.6.0</VersionNumber>
11+
<VersionNumber>14.7.0</VersionNumber>
1212
<Version Condition="'$(SnapshotSuffix)' != ''">$(VersionNumber)-$(SnapshotSuffix)</Version>
1313
<Version Condition="'$(SnapshotSuffix)' == ''">$(VersionNumber)</Version>
1414
</PropertyGroup>
@@ -31,12 +31,12 @@
3131
</PropertyGroup>
3232

3333
<ItemGroup>
34-
<PackageReference Include="Cucumber.Messages" Version="29.0.0" />
35-
<PackageReference Include="System.ComponentModel.Annotations" Version="5.0.0" />
34+
<PackageReference Include="Cucumber.Messages" Version="29.0.0"/>
35+
<PackageReference Include="System.ComponentModel.Annotations" Version="5.0.0"/>
3636
</ItemGroup>
3737

3838
<ItemGroup>
39-
<InternalsVisibleTo Include="Cucumber.QueryTest, PublicKey=00240000048000009400000006020000002400005253413100040000010001003d3d7a4a4bb40fd4ad4b18dea92bd57f04946bbce990a7e72a406f026c0af1544510e1069718f7bdc8134fca21b4fb61d8ff139af7c19f2d855a0bf7539667334371478c323ff84e91ccb6a5bc3027fea39ca84658087b7f7f76c30af7adacb315442a0cbec817b71017f363fc4d8a751b98b6e60b00149b08c84ca984ab5ddd" />
39+
<InternalsVisibleTo Include="Cucumber.QueryTest, PublicKey=00240000048000009400000006020000002400005253413100040000010001003d3d7a4a4bb40fd4ad4b18dea92bd57f04946bbce990a7e72a406f026c0af1544510e1069718f7bdc8134fca21b4fb61d8ff139af7c19f2d855a0bf7539667334371478c323ff84e91ccb6a5bc3027fea39ca84658087b7f7f76c30af7adacb315442a0cbec817b71017f363fc4d8a751b98b6e60b00149b08c84ca984ab5ddd"/>
4040
</ItemGroup>
4141

4242
<ItemGroup>

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>query</artifactId>
12-
<version>14.6.1-SNAPSHOT</version>
12+
<version>14.7.0</version>
1313
<packaging>jar</packaging>
1414
<name>Cucumber Query</name>
1515
<description>Given one Cucumber Message, find another</description>
1616
<url>https://github.com/cucumber/query</url>
1717

1818
<properties>
1919
<project.Automatic-Module-Name>io.cucumber.query</project.Automatic-Module-Name>
20-
<project.build.outputTimestamp>1761578131</project.build.outputTimestamp>
20+
<project.build.outputTimestamp>1765201380</project.build.outputTimestamp>
2121
</properties>
2222

2323
<scm>
2424
<connection>scm:git:git://github.com/cucumber/query.git</connection>
2525
<developerConnection>scm:git:git@github.com:cucumber/query.git</developerConnection>
2626
<url>git://github.com/cucumber/query.git</url>
27-
<tag>HEAD</tag>
27+
<tag>v14.7.0</tag>
2828
</scm>
2929

3030
<dependencyManagement>

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/query",
3-
"version": "14.6.0",
3+
"version": "14.7.0",
44
"description": "Cucumber Query - query messages",
55
"main": "dist/src/index.js",
66
"types": "dist/src/index.d.ts",

0 commit comments

Comments
 (0)