Skip to content

Commit 58b9da3

Browse files
committed
Release 7.0.0
1 parent fe0db5a commit 58b9da3

File tree

3 files changed

+8
-10
lines changed

3 files changed

+8
-10
lines changed

CHANGELOG.md

+6-8
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77

88
## [Unreleased]
99

10+
## [7.0.0] - 2021-12-08
1011
### Changed
1112
- This library has been renamed to `ci-environment` and no longer depends on Cucumber `messages`.
12-
([PR#34](https://github.com/cucumber/ci-environment/pull/34))
13+
([PR#34](https://github.com/cucumber/ci-environment/pull/34))
1314

1415
## [6.0.4] - 2021-11-16
15-
1616
### Fixed
1717
- Update links in descriptor files to point to the new repository at https://github.com/cucumber/ci-environment
1818
- [Ruby][Java] Fix ciDict.json was missing from the Ruby Gem and the Java Artifact
19-
([PR#13](https://github.com/cucumber/ci-environment/pull/13))
19+
([PR#13](https://github.com/cucumber/ci-environment/pull/13))
2020

2121
## [6.0.3] - 2021-11-15
2222
### Fixed
@@ -116,7 +116,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
116116
### Added
117117
- First release
118118

119-
[Unreleased]: https://github.com/cucumber/ci-environment/compare/v6.0.4...main
119+
[Unreleased]: https://github.com/cucumber/ci-environment/compare/v7.0.0...main
120+
[7.0.0]: https://github.com/cucumber/ci-environment/compare/v6.0.4...main
120121
[6.0.4]: https://github.com/cucumber/ci-environment/compare/v6.0.3...v6.0.4
121122
[6.0.3]: https://github.com/cucumber/ci-environment/compare/v6.0.2...v6.0.3
122123
[6.0.2]: https://github.com/cucumber/ci-environment/compare/v6.0.1...v6.0.2
@@ -132,8 +133,5 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
132133
[1.2.0]: https://github.com/cucumber/ci-environment/compare/v1.1.0...v1.2.0
133134
[1.1.0]: https://github.com/cucumber/ci-environment/compare/v1.0.0...v1.1.0
134135
[1.0.0]: https://github.com/cucumber/cucumber/releases/tag/v1.0.0
135-
136-
in alphabetical order -->
137-
[aslakhellesoy]: https://github.com/aslakhellesoy
138-
[kgeilmann]: https://github.com/kgeilmann
136+
https://github.com/kgeilmann
139137
[vincent-psarga]: https://github.com/vincent-psarga

java/pom.xml

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

1212
<artifactId>ci-environment</artifactId>
13-
<version>6.0.5-SNAPSHOT</version>
13+
<version>7.0.0</version>
1414
<packaging>jar</packaging>
1515
<name>Cucumber CiEnvironment</name>
1616
<description>Detect CI Environment from environment variables</description>

ruby/VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
6.0.4
1+
7.0.0

0 commit comments

Comments
 (0)