Skip to content

Commit 3f56d9f

Browse files
committed
Prepare release v10.0.0
Created-by: polyglot-release v1.3.2
1 parent 2756b0a commit 3f56d9f

File tree

6 files changed

+12
-9
lines changed

6 files changed

+12
-9
lines changed

CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
66
and this project adheres to [Semantic Versioning](http://semver.org/).
77

88
## [Unreleased]
9+
10+
## [10.0.0] - 2023-11-16
911
### Added
1012
- [Python] added ci-environment implementation in Python
1113
- [Ruby] Initial rubocop configuration added ([#228](https://github.com/cucumber/ci-environment/pull/228))
@@ -175,7 +177,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
175177
### Added
176178
- First release
177179

178-
[Unreleased]: https://github.com/cucumber/ci-environment/compare/v9.2.0...main
180+
[Unreleased]: https://github.com/cucumber/ci-environment/compare/v10.0.0...main
181+
[10.0.0]: https://github.com/cucumber/ci-environment/compare/v9.2.0...main
179182
[9.2.0]: https://github.com/cucumber/ci-environment/compare/v9.1.0...main
180183
[9.1.0]: https://github.com/cucumber/ci-environment/compare/v9.0.4...main
181184
[9.0.4]: https://github.com/cucumber/ci-environment/compare/v9.0.3...main

java/pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,22 +10,22 @@
1010
</parent>
1111

1212
<artifactId>ci-environment</artifactId>
13-
<version>9.2.1-SNAPSHOT</version>
13+
<version>10.0.0</version>
1414
<packaging>jar</packaging>
1515
<name>Cucumber CiEnvironment</name>
1616
<description>Detect CI Environment from environment variables</description>
1717
<url>https://github.com/cucumber/ci-environment</url>
1818

1919
<properties>
20-
<project.build.outputTimestamp>1682671891</project.build.outputTimestamp>
20+
<project.build.outputTimestamp>1700129766</project.build.outputTimestamp>
2121
<project.Automatic-Module-Name>io.cucumber.cienvironment</project.Automatic-Module-Name>
2222
</properties>
2323

2424
<scm>
2525
<connection>scm:git:git://github.com/cucumber/ci-environment.git</connection>
2626
<developerConnection>scm:git:[email protected]:cucumber/ci-environment.git</developerConnection>
2727
<url>git://github.com/cucumber/ci-environment.git</url>
28-
<tag>HEAD</tag>
28+
<tag>v10.0.0</tag>
2929
</scm>
3030

3131
<dependencyManagement>

javascript/package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

javascript/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cucumber/ci-environment",
3-
"version": "9.2.0",
3+
"version": "10.0.0",
44
"description": "Detect CI Environment from environment variables",
55
"type": "module",
66
"main": "dist/cjs/src/index.js",

python/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ maintainers = [
3434
name = "ci-environment"
3535
requires-python = ">=3.8"
3636
urls = {Repository = "https://github.com/cucumber/ci-environment"}
37-
version = "0.1.0"
37+
version = "10.0.0"
3838

3939
[project.entry-points]
4040

ruby/VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
9.2.0
1+
10.0.0

0 commit comments

Comments
 (0)