Skip to content

Commit

Permalink
Prepare release v27.0.2
Browse files Browse the repository at this point in the history
Created-by: polyglot-release v1.5.0
  • Loading branch information
mpkorstanje committed Nov 15, 2024
1 parent 263f10a commit 252d599
Show file tree
Hide file tree
Showing 9 changed files with 17 additions and 13 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,14 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [27.0.2] - 2024-11-15
### Fixed
- [Elixir] Fix release process
-

## [27.0.1] - 2024-11-15
### Fixed
-
- [Elixir] Restored test and release process

## [27.0.0] - 2024-10-26
Expand Down Expand Up @@ -560,7 +563,8 @@ aggregated status.
### Added
- Protobuf messages for Go, Java, JavaScript, TypeScript and Ruby

[Unreleased]: https://github.com/cucumber/messages/compare/v27.0.1...HEAD
[Unreleased]: https://github.com/cucumber/messages/compare/v27.0.2...HEAD
[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
[26.0.1]: https://github.com/cucumber/messages/compare/v26.0.0...v26.0.1
Expand Down
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.1</VersionNumber>
<VersionNumber>27.0.2</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.1",
version: "27.0.2",
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.2-SNAPSHOT</version>
<version>27.0.2</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>1731632003</project.build.outputTimestamp>
<project.build.outputTimestamp>1731702143</project.build.outputTimestamp>
</properties>

<scm>
<connection>scm:git:git://github.com/cucumber/messages.git</connection>
<developerConnection>scm:git:git@github.com:cucumber/messages.git</developerConnection>
<url>git://github.com/cucumber/messages.git</url>
<tag>HEAD</tag>
<tag>v27.0.2</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.1",
"version": "27.0.2",
"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.1'
export const version = '27.0.2'
2 changes: 1 addition & 1 deletion perl/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
27.0.1
27.0.2
2 changes: 1 addition & 1 deletion ruby/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
27.0.1
27.0.2

0 comments on commit 252d599

Please sign in to comment.