Skip to content

Commit

Permalink
Prepare release v9.1.0
Browse files Browse the repository at this point in the history
Created-by: polyglot-release v1.0.0
  • Loading branch information
mpkorstanje committed Jul 27, 2022
1 parent ebcab81 commit 9b20ac1
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 9 deletions.
9 changes: 6 additions & 3 deletions CHANGELOG.md
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]
### Fixed
- [Java] Escape regex replacement patterns in environment variables ([#156](https://github.com/cucumber/ci-environment/issues/156), [#157](https://github.com/cucumber/ci-environment/pull/157))

## [9.1.0] - 2022-07-27
### Added
- [Go] added ci-environment implementation in Go

### Fixed
- [Java] Escape regex replacement patterns in environment variables ([#156](https://github.com/cucumber/ci-environment/issues/156), [#157](https://github.com/cucumber/ci-environment/pull/157))

## [9.0.4] - 2022-03-06
### Fixed
- [Java] Make `DetectCiEnvironment.detectCiEnvironment` public
Expand Down Expand Up @@ -162,7 +164,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
### Added
- First release

[Unreleased]: https://github.com/cucumber/ci-environment/compare/v9.0.4...main
[Unreleased]: https://github.com/cucumber/ci-environment/compare/v9.1.0...main
[9.1.0]: https://github.com/cucumber/ci-environment/compare/v9.0.4...main
[9.0.4]: https://github.com/cucumber/ci-environment/compare/v9.0.3...main
[9.0.3]: https://github.com/cucumber/ci-environment/compare/v9.0.2...main
[9.0.2]: https://github.com/cucumber/ci-environment/compare/v9.0.1...main
Expand Down
4 changes: 2 additions & 2 deletions java/pom.xml
Expand Up @@ -10,7 +10,7 @@
</parent>

<artifactId>ci-environment</artifactId>
<version>9.0.4</version>
<version>9.1.0</version>
<packaging>jar</packaging>
<name>Cucumber CiEnvironment</name>
<description>Detect CI Environment from environment variables</description>
Expand All @@ -24,7 +24,7 @@
<connection>scm:git:git://github.com/cucumber/ci-environment.git</connection>
<developerConnection>scm:git:git@github.com:cucumber/ci-environment.git</developerConnection>
<url>git://github.com/cucumber/ci-environment.git</url>
<tag>HEAD</tag>
<tag>v9.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
@@ -1,6 +1,6 @@
{
"name": "@cucumber/ci-environment",
"version": "9.0.4",
"version": "9.1.0",
"description": "Detect CI Environment from environment variables",
"type": "module",
"main": "dist/cjs/src/index.js",
Expand Down
2 changes: 1 addition & 1 deletion ruby/VERSION
@@ -1 +1 @@
9.0.4
9.1.0

0 comments on commit 9b20ac1

Please sign in to comment.