Skip to content

Commit

Permalink
Prepare release v5.0.3
Browse files Browse the repository at this point in the history
Created-by: polyglot-release v-develop
  • Loading branch information
ehuelsmann committed Aug 10, 2023
1 parent d33e484 commit 897fe4f
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 11 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [5.0.3] - 2023-08-10
### Fixed
- [Perl] Fixed CPAN upload in release process
by [ehuelsmann](https://github.com/ehuelsmann))
by [ehuelsmann](https://github.com/ehuelsmann))

## [5.0.2] - 2023-07-15
### Added
Expand Down Expand Up @@ -164,7 +166,8 @@ by [aslakhellesoy](https://github.com/aslakhellesoy))
### Added
- First stable release!

[Unreleased]: https://github.com/cucumber/tag-expressions/compare/v5.0.2...HEAD
[Unreleased]: https://github.com/cucumber/tag-expressions/compare/v5.0.3...HEAD
[5.0.3]: https://github.com/cucumber/tag-expressions/compare/v5.0.2...v5.0.3
[5.0.2]: https://github.com/cucumber/tag-expressions/compare/v5.0.1...v5.0.2
[5.0.1]: https://github.com/cucumber/tag-expressions/compare/v5.0.0...v5.0.1
[5.0.0]: https://github.com/cucumber/tag-expressions/compare/v4.1.0...v5.0.0
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>tag-expressions</artifactId>
<version>5.0.3-SNAPSHOT</version>
<version>5.0.3</version>
<packaging>jar</packaging>
<name>Cucumber Tag Expressions</name>
<description>Parses boolean infix expressions</description>
<url>https://github.com/cucumber/tag-expressions</url>

<properties>
<project.build.outputTimestamp>1689444996</project.build.outputTimestamp>
<project.build.outputTimestamp>1691697276</project.build.outputTimestamp>
<project.Automatic-Module-Name>io.cucumber.tagexpressions</project.Automatic-Module-Name>
</properties>

<scm>
<connection>scm:git:git://github.com/cucumber/tag-expressions.git</connection>
<developerConnection>scm:git:git@github.com:cucumber/tag-expressions.git</developerConnection>
<url>git://github.com/cucumber/tag-expressions.git</url>
<tag>HEAD</tag>
<tag>v5.0.3</tag>
</scm>


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/tag-expressions",
"version": "5.0.2",
"version": "5.0.3",
"description": "Cucumber Tag Expression parser",
"type": "module",
"main": "dist/cjs/src/index.js",
Expand Down
2 changes: 1 addition & 1 deletion perl/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.0.2
5.0.3
2 changes: 1 addition & 1 deletion python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def find_packages_by_root_package(where):
# -----------------------------------------------------------------------------
setup(
name = "cucumber-tag-expressions",
version = "5.0.2",
version = "5.0.3",
author = "Jens Engel",
author_email = "jenisys@noreply.github.com",
url = "https://github.com/cucumber/tag-expressions",
Expand Down
2 changes: 1 addition & 1 deletion ruby/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.0.2
5.0.3

0 comments on commit 897fe4f

Please sign in to comment.