Skip to content

Commit

Permalink
Prepare release v16.1.2
Browse files Browse the repository at this point in the history
Created-by: polyglot-release v1.3.2
  • Loading branch information
luke-hill committed Jan 17, 2023
1 parent b9e4ef8 commit 2d1d8c6
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 10 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Expand Up @@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [16.1.2] - 2023-01-17
### Fixed
- [Java] Improve cucumber expression creation performance ([#202](https://github.com/cucumber/cucumber-expressions/pull/202))

Expand Down Expand Up @@ -730,7 +731,8 @@ by [brasmusson](https://github.com/brasmusson))
### Added
- First stable release!

[Unreleased]: https://github.com/cucumber/cucumber-expressions/compare/v16.1.1...HEAD
[Unreleased]: https://github.com/cucumber/cucumber-expressions/compare/v16.1.2...HEAD
[16.1.2]: https://github.com/cucumber/cucumber-expressions/compare/v16.1.1...v16.1.2
[16.1.1]: https://github.com/cucumber/cucumber-expressions/compare/v16.1.0...v16.1.1
[16.1.0]: https://github.com/cucumber/cucumber-expressions/compare/v16.0.1...v16.1.0
[16.0.1]: https://github.com/cucumber/cucumber-expressions/compare/v16.0.0...v16.0.1
Expand Down
2 changes: 1 addition & 1 deletion dotnet/CucumberExpressions/CucumberExpressions.csproj
Expand Up @@ -9,7 +9,7 @@
</PropertyGroup>

<PropertyGroup Label="Version">
<VersionNumber>16.1.1</VersionNumber>
<VersionNumber>16.1.2</VersionNumber>
<Version Condition="'$(SnapshotSuffix)' != ''">$(VersionNumber)-$(SnapshotSuffix)</Version>
<Version Condition="'$(SnapshotSuffix)' == ''">$(VersionNumber)</Version>
</PropertyGroup>
Expand Down
6 changes: 3 additions & 3 deletions java/pom.xml
Expand Up @@ -9,22 +9,22 @@
</parent>

<artifactId>cucumber-expressions</artifactId>
<version>16.1.2-SNAPSHOT</version>
<version>16.1.2</version>
<packaging>jar</packaging>
<name>Cucumber Expressions</name>
<description>Cucumber Expressions are simple patterns for matching Step Definitions with Gherkin steps</description>
<url>https://github.com/cucumber/cucumber-expressions-java</url>

<properties>
<project.build.outputTimestamp>1670514837</project.build.outputTimestamp>
<project.build.outputTimestamp>1673978391</project.build.outputTimestamp>
<project.Automatic-Module-Name>io.cucumber.cucumberexpressions</project.Automatic-Module-Name>
</properties>

<scm>
<connection>scm:git:git://github.com/cucumber/cucumber-expressions.git</connection>
<developerConnection>scm:git:git@github.com:cucumber/cucumber-expressions.git</developerConnection>
<url>git://github.com/cucumber/cucumber-expressions.git</url>
<tag>HEAD</tag>
<tag>v16.1.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
@@ -1,6 +1,6 @@
{
"name": "@cucumber/cucumber-expressions",
"version": "16.1.1",
"version": "16.1.2",
"description": "Cucumber Expressions - a simpler alternative to Regular Expressions",
"type": "module",
"main": "dist/cjs/src/index.js",
Expand Down
2 changes: 1 addition & 1 deletion python/pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "cucumber-expressions"
version = "16.1.1"
version = "16.1.2"
description = "Cucumber Expressions - a simpler alternative to Regular Expressions"
authors = ["Jason Allen <jsa34@noreply.github.com>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion ruby/VERSION
@@ -1 +1 @@
16.1.1
16.1.2

0 comments on commit 2d1d8c6

Please sign in to comment.