Skip to content

Commit

Permalink
Prepare release v27.1.0
Browse files Browse the repository at this point in the history
Created-by: polyglot-release v1.6.0
  • Loading branch information
davidjgoss committed Jan 28, 2025
1 parent f4cd456 commit fd080d9
Show file tree
Hide file tree
Showing 10 changed files with 16 additions and 13 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [27.1.0] - 2025-01-28
### Added
- [cpp] use VERSION file to version ABI and shared libraries [#268](https://github.com/cucumber/messages/pull/268)

Expand Down Expand Up @@ -567,7 +569,8 @@ aggregated status.
### Added
- Protobuf messages for Go, Java, JavaScript, TypeScript and Ruby

[Unreleased]: https://github.com/cucumber/messages/compare/v27.0.2...HEAD
[Unreleased]: https://github.com/cucumber/messages/compare/v27.1.0...HEAD
[27.1.0]: https://github.com/cucumber/messages/compare/v27.0.2...v27.1.0
[27.0.2]: https://github.com/cucumber/messages/compare/v27.0.1...v27.0.2
[27.0.1]: https://github.com/cucumber/messages/compare/v27.0.0...v27.0.1
[27.0.0]: https://github.com/cucumber/messages/compare/v26.0.1...v27.0.0
Expand Down
2 changes: 1 addition & 1 deletion cpp/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
27.0.2
27.1.0
2 changes: 1 addition & 1 deletion dotnet/Cucumber.Messages/Cucumber.Messages.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</PropertyGroup>

<PropertyGroup Label="Version">
<VersionNumber>27.0.2</VersionNumber>
<VersionNumber>27.1.0</VersionNumber>
<Version Condition="'$(SnapshotSuffix)' != ''">$(VersionNumber)-$(SnapshotSuffix)</Version>
<Version Condition="'$(SnapshotSuffix)' == ''">$(VersionNumber)</Version>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion elixir/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ defmodule CucumberMessages.MixProject do
def project do
[
app: :cucumber_messages,
version: "27.0.2",
version: "27.1.0",
name: "CucumberMessages",
description: description(),
package: package(),
Expand Down
6 changes: 3 additions & 3 deletions java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,22 +8,22 @@
<version>4.2.0</version>
</parent>
<artifactId>messages</artifactId>
<version>27.0.3-SNAPSHOT</version>
<version>27.1.0</version>
<packaging>jar</packaging>
<name>Cucumber Messages</name>
<description>JSON schema-based messages for Cucumber's inter-process communication</description>
<url>https://github.com/cucumber/messages</url>

<properties>
<project.Automatic-Module-Name>io.cucumber.messages</project.Automatic-Module-Name>
<project.build.outputTimestamp>1731702146</project.build.outputTimestamp>
<project.build.outputTimestamp>1738049032</project.build.outputTimestamp>
</properties>

<scm>
<connection>scm:git:git://github.com/cucumber/messages.git</connection>
<developerConnection>scm:git:[email protected]:cucumber/messages.git</developerConnection>
<url>git://github.com/cucumber/messages.git</url>
<tag>HEAD</tag>
<tag>v27.1.0</tag>
</scm>

<dependencyManagement>
Expand Down
4 changes: 2 additions & 2 deletions javascript/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion javascript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cucumber/messages",
"version": "27.0.2",
"version": "27.1.0",
"description": "JSON schema-based messages for Cucumber's inter-process communication",
"type": "module",
"main": "dist/cjs/src/index.js",
Expand Down
2 changes: 1 addition & 1 deletion javascript/src/version.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
// This file is automatically generated using npm scripts
export const version = '27.0.2'
export const version = '27.1.0'
2 changes: 1 addition & 1 deletion perl/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
27.0.2
27.1.0
2 changes: 1 addition & 1 deletion ruby/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
27.0.2
27.1.0

0 comments on commit fd080d9

Please sign in to comment.