Skip to content

Commit

Permalink
Prepare release v21.0.1
Browse files Browse the repository at this point in the history
Created-by: polyglot-release v1.3.0
  • Loading branch information
mpkorstanje committed Dec 17, 2022
1 parent 4cee52d commit f221b8e
Show file tree
Hide file tree
Showing 9 changed files with 15 additions and 12 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]

## [21.0.1] - 2022-12-17
### Fixed
- [Java] Suppress warnings for missing javadoc ([#128](https://github.com/cucumber/messages/pull/128))

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

[Unreleased]: https://github.com/cucumber/messages/compare/v21.0.0...main
[Unreleased]: https://github.com/cucumber/messages/compare/v21.0.1...main
[21.0.1]: https://github.com/cucumber/messages/compare/v21.0.0...main
[21.0.0]: https://github.com/cucumber/messages/compare/v20.0.0...main
[20.0.0]: https://github.com/cucumber/messages/compare/v19.1.4...main
[19.1.4]: https://github.com/cucumber/messages/compare/v19.1.3...main
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 @@ -9,7 +9,7 @@
</PropertyGroup>

<PropertyGroup Label="Version">
<VersionNumber>21.0.0</VersionNumber>
<VersionNumber>21.0.1</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: "21.0.0",
version: "21.0.1",
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.1.1</version>
</parent>
<artifactId>messages</artifactId>
<version>21.0.1-SNAPSHOT</version>
<version>21.0.1</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/cucumber-messages-java</url>

<properties>
<project.Automatic-Module-Name>io.cucumber.messages</project.Automatic-Module-Name>
<project.build.outputTimestamp>1671278476</project.build.outputTimestamp>
<project.build.outputTimestamp>1671286378</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>v21.0.1</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": "21.0.0",
"version": "21.0.1",
"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 = '21.0.0'
export const version = '21.0.1'
2 changes: 1 addition & 1 deletion perl/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
21.0.0
21.0.1
2 changes: 1 addition & 1 deletion ruby/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
21.0.0
21.0.1

0 comments on commit f221b8e

Please sign in to comment.