Skip to content

Commit

Permalink
Prepare release v5.0.0
Browse files Browse the repository at this point in the history
Created-by: polyglot-release v1.3.2
  • Loading branch information
mpkorstanje committed Jan 2, 2023
1 parent ddbb36e commit ed4d9b3
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 11 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]

## [5.0.0] - 2023-01-02
### Added
- [JavaScript] Support for EcmaScript modules (aka ESM). ([#5](https://github.com/cucumber/tag-expressions/pull/5))
- [Java] Enabled reproducible builds
Expand Down Expand Up @@ -144,7 +146,8 @@ by [aslakhellesoy](https://github.com/aslakhellesoy))
### Added
- First stable release!

[Unreleased]: https://github.com/cucumber/tag-expressions/compare/v4.1.0...HEAD
[Unreleased]: https://github.com/cucumber/tag-expressions/compare/v5.0.0...HEAD
[5.0.0]: https://github.com/cucumber/tag-expressions/compare/v4.1.0...v5.0.0
[4.1.0]: https://github.com/cucumber/tag-expressions/compare/v4.0.2...v4.1.0
[4.0.2]: https://github.com/cucumber/tag-expressions/compare/v4.0.0...v4.0.2
[4.0.0]: https://github.com/cucumber/tag-expressions/compare/v3.0.1...v4.0.0
Expand Down
2 changes: 1 addition & 1 deletion go/go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/cucumber/tag-expressions/go/v4
module github.com/cucumber/tag-expressions/go/v5

require (
github.com/stretchr/testify v1.8.1
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>4.1.1-SNAPSHOT</version>
<version>5.0.0</version>
<packaging>jar</packaging>
<name>Cucumber Tag Expressions</name>
<description>Parses boolean infix expressions</description>
<url>https://github.com/cucumber/tag-expressions-java</url>

<properties>
<project.build.outputTimestamp>1000000</project.build.outputTimestamp>
<project.build.outputTimestamp>1672696877</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-java.git</connection>
<developerConnection>scm:git:[email protected]:cucumber/tag-expressions-java.git</developerConnection>
<url>git://github.com/cucumber/tag-expressions-java.git</url>
<tag>HEAD</tag>
<tag>v5.0.0</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": "4.1.0",
"version": "5.0.0",
"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 @@
4.1.0
5.0.0
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 = "4.1.0",
version = "5.0.0",
author = "Jens Engel",
author_email = "[email protected]",
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 @@
4.1.0
5.0.0

0 comments on commit ed4d9b3

Please sign in to comment.