Skip to content

Commit

Permalink
Prepare release v18.0.1
Browse files Browse the repository at this point in the history
Created-by: polyglot-release v1.5.0
  • Loading branch information
luke-hill committed Oct 28, 2024
1 parent c9d90ec commit 33e9d62
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 9 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]

## [18.0.1] - 2024-10-28
### Fixed
- [Python] Release process didn't release to pypi correctly

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

[Unreleased]: https://github.com/cucumber/cucumber-expressions/compare/v18.0.0...HEAD
[Unreleased]: https://github.com/cucumber/cucumber-expressions/compare/v18.0.1...HEAD
[18.0.1]: https://github.com/cucumber/cucumber-expressions/compare/v18.0.0...v18.0.1
[18.0.0]: https://github.com/cucumber/cucumber-expressions/compare/v17.1.0...v18.0.0
[17.1.0]: https://github.com/cucumber/cucumber-expressions/compare/v17.0.2...v17.1.0
[17.0.2]: https://github.com/cucumber/cucumber-expressions/compare/v17.0.1...v17.0.2
Expand Down
2 changes: 1 addition & 1 deletion dotnet/CucumberExpressions/CucumberExpressions.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</PropertyGroup>

<PropertyGroup Label="Version">
<VersionNumber>18.0.0</VersionNumber>
<VersionNumber>18.0.1</VersionNumber>
<Version Condition="'$(SnapshotSuffix)' != ''">$(VersionNumber)-$(SnapshotSuffix)</Version>
<Version Condition="'$(SnapshotSuffix)' == ''">$(VersionNumber)</Version>
</PropertyGroup>
Expand Down
6 changes: 3 additions & 3 deletions java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,22 +9,22 @@
</parent>

<artifactId>cucumber-expressions</artifactId>
<version>18.0.1-SNAPSHOT</version>
<version>18.0.1</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>1729762539</project.build.outputTimestamp>
<project.build.outputTimestamp>1730115203</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:[email protected]:cucumber/cucumber-expressions.git</developerConnection>
<url>git://github.com/cucumber/cucumber-expressions.git</url>
<tag>HEAD</tag>
<tag>v18.0.1</tag>
</scm>

<dependencyManagement>
Expand Down
2 changes: 1 addition & 1 deletion 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/cucumber-expressions",
"version": "18.0.0",
"version": "18.0.1",
"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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "cucumber-expressions"
version = "18.0.0"
version = "18.0.1"
description = "Cucumber Expressions - a simpler alternative to Regular Expressions"
authors = ["Jason Allen <[email protected]>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion ruby/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.0.0
18.0.1

0 comments on commit 33e9d62

Please sign in to comment.