From 58b9da33b54ebe2190b0b6e8c3485399e9223c43 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aslak=20Helles=C3=B8y?= Date: Wed, 8 Dec 2021 14:27:31 +0000 Subject: [PATCH] Release 7.0.0 --- CHANGELOG.md | 14 ++++++-------- java/pom.xml | 2 +- ruby/VERSION | 2 +- 3 files changed, 8 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1aecb4f5..332c0fb2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,16 +7,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +## [7.0.0] - 2021-12-08 ### Changed - This library has been renamed to `ci-environment` and no longer depends on Cucumber `messages`. - ([PR#34](https://github.com/cucumber/ci-environment/pull/34)) +([PR#34](https://github.com/cucumber/ci-environment/pull/34)) ## [6.0.4] - 2021-11-16 - ### Fixed - Update links in descriptor files to point to the new repository at https://github.com/cucumber/ci-environment - [Ruby][Java] Fix ciDict.json was missing from the Ruby Gem and the Java Artifact - ([PR#13](https://github.com/cucumber/ci-environment/pull/13)) +([PR#13](https://github.com/cucumber/ci-environment/pull/13)) ## [6.0.3] - 2021-11-15 ### Fixed @@ -116,7 +116,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ### Added - First release -[Unreleased]: https://github.com/cucumber/ci-environment/compare/v6.0.4...main +[Unreleased]: https://github.com/cucumber/ci-environment/compare/v7.0.0...main +[7.0.0]: https://github.com/cucumber/ci-environment/compare/v6.0.4...main [6.0.4]: https://github.com/cucumber/ci-environment/compare/v6.0.3...v6.0.4 [6.0.3]: https://github.com/cucumber/ci-environment/compare/v6.0.2...v6.0.3 [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/). [1.2.0]: https://github.com/cucumber/ci-environment/compare/v1.1.0...v1.2.0 [1.1.0]: https://github.com/cucumber/ci-environment/compare/v1.0.0...v1.1.0 [1.0.0]: https://github.com/cucumber/cucumber/releases/tag/v1.0.0 - -in alphabetical order --> -[aslakhellesoy]: https://github.com/aslakhellesoy -[kgeilmann]: https://github.com/kgeilmann + https://github.com/kgeilmann [vincent-psarga]: https://github.com/vincent-psarga diff --git a/java/pom.xml b/java/pom.xml index eb3c16b1..f9e131e8 100644 --- a/java/pom.xml +++ b/java/pom.xml @@ -10,7 +10,7 @@ ci-environment - 6.0.5-SNAPSHOT + 7.0.0 jar Cucumber CiEnvironment Detect CI Environment from environment variables diff --git a/ruby/VERSION b/ruby/VERSION index 1aa5e414..66ce77b7 100644 --- a/ruby/VERSION +++ b/ruby/VERSION @@ -1 +1 @@ -6.0.4 +7.0.0