Skip to content

Commit

Permalink
Prepare release v21.1.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 Dec 12, 2023
1 parent ea9471c commit 976eb57
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 11 deletions.
10 changes: 6 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [21.1.0] - 2023-12-12
### Changed
- Upgrade `messages` to 24.0.0

### Fixed
- [Ruby] Fixed up 90% of all rubocop offenses ([#270](https://github.com/cucumber/html-formatter/pull/270))
- [Java] Fix project urls in `pom.xml`

### Changed
- Upgrade `messages` to 24.0.0

## [21.0.0] - 2023-11-14
### Added
- [Ruby] CI: Test on ruby 3.1/3.2 ([#268](https://github.com/cucumber/html-formatter/pull/268))
Expand Down Expand Up @@ -299,7 +300,8 @@ even if there were no errors.
### Added
- First release

[Unreleased]: https://github.com/cucumber/html-formatter/compare/v21.0.0...HEAD
[Unreleased]: https://github.com/cucumber/html-formatter/compare/v21.1.0...HEAD
[21.1.0]: https://github.com/cucumber/html-formatter/compare/v21.0.0...v21.1.0
[21.0.0]: https://github.com/cucumber/html-formatter/compare/v20.4.0...v21.0.0
[20.4.0]: https://github.com/cucumber/html-formatter/compare/v20.3.1...v20.4.0
[20.3.1]: https://github.com/cucumber/html-formatter/compare/v20.3.0...v20.3.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>html-formatter</artifactId>
<version>21.0.1-SNAPSHOT</version>
<version>21.1.0</version>
<packaging>jar</packaging>
<name>Cucumber HTML Formatter</name>
<description>Renders Cucumber Messages as HTML</description>
<url>https://github.com/cucumber/html-formatter</url>

<properties>
<project.Automatic-Module-Name>io.cucumber.htmlformatter</project.Automatic-Module-Name>
<project.build.outputTimestamp>1699965991</project.build.outputTimestamp>
<project.build.outputTimestamp>1702374644</project.build.outputTimestamp>
</properties>

<scm>
<connection>scm:git:git://github.com/cucumber/html-formatter.git</connection>
<developerConnection>scm:git:git@github.com:cucumber/html-formatter.git</developerConnection>
<url>git://github.com/cucumber/html-formatter.git</url>
<tag>HEAD</tag>
<tag>v21.1.0</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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cucumber/html-formatter",
"version": "21.0.0",
"version": "21.1.0",
"description": "HTML formatter for Cucumber",
"main": "dist/src/CucumberHtmlStream.js",
"types": "dist/src/CucumberHtmlStream.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion ruby/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
21.0.0
21.1.0

0 comments on commit 976eb57

Please sign in to comment.