File tree 6 files changed +12
-9
lines changed
6 files changed +12
-9
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
6
6
and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
7
7
8
8
## [ Unreleased]
9
+
10
+ ## [ 10.0.0] - 2023-11-16
9
11
### Added
10
12
- [ Python] added ci-environment implementation in Python
11
13
- [ 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/).
175
177
### Added
176
178
- First release
177
179
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
179
182
[ 9.2.0 ] : https://github.com/cucumber/ci-environment/compare/v9.1.0...main
180
183
[ 9.1.0 ] : https://github.com/cucumber/ci-environment/compare/v9.0.4...main
181
184
[ 9.0.4 ] : https://github.com/cucumber/ci-environment/compare/v9.0.3...main
Original file line number Diff line number Diff line change 10
10
</parent >
11
11
12
12
<artifactId >ci-environment</artifactId >
13
- <version >9.2.1-SNAPSHOT </version >
13
+ <version >10.0.0 </version >
14
14
<packaging >jar</packaging >
15
15
<name >Cucumber CiEnvironment</name >
16
16
<description >Detect CI Environment from environment variables</description >
17
17
<url >https://github.com/cucumber/ci-environment</url >
18
18
19
19
<properties >
20
- <project .build.outputTimestamp>1682671891 </project .build.outputTimestamp>
20
+ <project .build.outputTimestamp>1700129766 </project .build.outputTimestamp>
21
21
<project .Automatic-Module-Name>io.cucumber.cienvironment</project .Automatic-Module-Name>
22
22
</properties >
23
23
24
24
<scm >
25
25
<connection >scm:git:git://github.com/cucumber/ci-environment.git</connection >
26
26
<
developerConnection >scm:git:
[email protected] :cucumber/ci-environment.git</
developerConnection >
27
27
<url >git://github.com/cucumber/ci-environment.git</url >
28
- <tag >HEAD </tag >
28
+ <tag >v10.0.0 </tag >
29
29
</scm >
30
30
31
31
<dependencyManagement >
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @cucumber/ci-environment" ,
3
- "version" : " 9.2 .0" ,
3
+ "version" : " 10.0 .0" ,
4
4
"description" : " Detect CI Environment from environment variables" ,
5
5
"type" : " module" ,
6
6
"main" : " dist/cjs/src/index.js" ,
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ maintainers = [
34
34
name = " ci-environment"
35
35
requires-python = " >=3.8"
36
36
urls = {Repository = " https://github.com/cucumber/ci-environment" }
37
- version = " 0.1 .0"
37
+ version = " 10.0 .0"
38
38
39
39
[project .entry-points ]
40
40
Original file line number Diff line number Diff line change 1
- 9.2 .0
1
+ 10.0 .0
You can’t perform that action at this time.
0 commit comments