Skip to content

Commit 841cf13

Browse files
committed
Prepare release v29.0.1
Created-by: polyglot-release v1.6.1
1 parent e95aa73 commit 841cf13

File tree

11 files changed

+17
-14
lines changed

11 files changed

+17
-14
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+
## [29.0.1] - 2025-09-08
911
### Fixed
1012
- [JavaScript] Include schemas in npm package ([#333](https://github.com/cucumber/messages/pull/333))
1113

@@ -601,7 +603,8 @@ aggregated status.
601603
### Added
602604
- Protobuf messages for Go, Java, JavaScript, TypeScript and Ruby
603605

604-
[Unreleased]: https://github.com/cucumber/messages/compare/v29.0.0...HEAD
606+
[Unreleased]: https://github.com/cucumber/messages/compare/v29.0.1...HEAD
607+
[29.0.1]: https://github.com/cucumber/messages/compare/v29.0.0...v29.0.1
605608
[29.0.0]: https://github.com/cucumber/messages/compare/v28.1.0...v29.0.0
606609
[28.1.0]: https://github.com/cucumber/messages/compare/v28.0.0...v28.1.0
607610
[28.0.0]: https://github.com/cucumber/messages/compare/v27.2.0...v28.0.0

cpp/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
29.0.0
1+
29.0.1

dotnet/Cucumber.Messages/Cucumber.Messages.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</PropertyGroup>
1111

1212
<PropertyGroup Label="Version">
13-
<VersionNumber>29.0.0</VersionNumber>
13+
<VersionNumber>29.0.1</VersionNumber>
1414
<Version Condition="'$(SnapshotSuffix)' != ''">$(VersionNumber)-$(SnapshotSuffix)</Version>
1515
<Version Condition="'$(SnapshotSuffix)' == ''">$(VersionNumber)</Version>
1616
</PropertyGroup>

elixir/mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ defmodule CucumberMessages.MixProject do
77
def project do
88
[
99
app: :cucumber_messages,
10-
version: "29.0.0",
10+
version: "29.0.1",
1111
name: "CucumberMessages",
1212
description: description(),
1313
package: package(),

java/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,22 +8,22 @@
88
<version>4.3.7</version>
99
</parent>
1010
<artifactId>messages</artifactId>
11-
<version>29.0.1-SNAPSHOT</version>
11+
<version>29.0.1</version>
1212
<packaging>jar</packaging>
1313
<name>Cucumber Messages</name>
1414
<description>JSON schema-based messages for Cucumber's inter-process communication</description>
1515
<url>https://github.com/cucumber/messages</url>
1616

1717
<properties>
1818
<project.Automatic-Module-Name>io.cucumber.messages</project.Automatic-Module-Name>
19-
<project.build.outputTimestamp>1757334859</project.build.outputTimestamp>
19+
<project.build.outputTimestamp>1757339644</project.build.outputTimestamp>
2020
</properties>
2121

2222
<scm>
2323
<connection>scm:git:git://github.com/cucumber/messages.git</connection>
2424
<developerConnection>scm:git:[email protected]:cucumber/messages.git</developerConnection>
2525
<url>git://github.com/cucumber/messages.git</url>
26-
<tag>HEAD</tag>
26+
<tag>v29.0.1</tag>
2727
</scm>
2828

2929
<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/messages",
3-
"version": "29.0.0",
3+
"version": "29.0.1",
44
"description": "JSON schema-based messages for Cucumber's inter-process communication",
55
"type": "module",
66
"main": "dist/cjs/src/index.js",

javascript/src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
// This file is automatically generated using npm scripts
2-
export const version = '29.0.0'
2+
export const version = '29.0.1'

perl/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
29.0.0
1+
29.0.1

python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ name = "cucumber-messages"
3232
readme = {file = "README.md", content-type = "text/markdown"}
3333
requires-python = ">=3.9"
3434
urls = {Repository = "https://github.com/cucumber/messages"}
35-
version = "29.0.0"
35+
version = "29.0.1"
3636

3737
[project.optional-dependencies]
3838
test = [

0 commit comments

Comments
 (0)