Skip to content

Commit

Permalink
Prepare release v6.0.0
Browse files Browse the repository at this point in the history
Created-by: polyglot-release v1.3.2
  • Loading branch information
luke-hill committed Oct 13, 2023
1 parent 4a1f26b commit c6c29dd
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 12 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,14 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [6.0.0] - 2023-10-13
### Added
- [Ruby] Initial rubocop gems and basic compliance added (More work to come) ([#133](https://github.com/cucumber/tag-expressions/pull/133))

### Changed
- [Ruby] Minimum ruby version is now bumped from 1.9 to 2.3 ([#133](https://github.com/cucumber/tag-expressions/pull/133))

### Fixed
- [Perl] Include README.md and LICENSE in the release tarball
(by [ehuelsmann](https://github.com/ehuelsmann))
Expand Down Expand Up @@ -191,7 +193,8 @@ by [aslakhellesoy](https://github.com/aslakhellesoy))
### Added
- First stable release!

[Unreleased]: https://github.com/cucumber/tag-expressions/compare/v5.0.6...HEAD
[Unreleased]: https://github.com/cucumber/tag-expressions/compare/v6.0.0...HEAD
[6.0.0]: https://github.com/cucumber/tag-expressions/compare/v5.0.6...v6.0.0
[5.0.6]: https://github.com/cucumber/tag-expressions/compare/v5.0.5...v5.0.6
[5.0.5]: https://github.com/cucumber/tag-expressions/compare/v5.0.4...v5.0.5
[5.0.4]: https://github.com/cucumber/tag-expressions/compare/v5.0.3...v5.0.4
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/v5
module github.com/cucumber/tag-expressions/go/v6

require (
github.com/stretchr/testify v1.8.4
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.7-SNAPSHOT</version>
<version>6.0.0</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>1691946497</project.build.outputTimestamp>
<project.build.outputTimestamp>1697202398</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>v6.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": "5.0.6",
"version": "6.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 @@
5.0.6
6.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 = "5.0.6",
version = "6.0.0",
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.6
6.0.0

0 comments on commit c6c29dd

Please sign in to comment.