Skip to content

Commit

Permalink
Prepare release v10.0.0
Browse files Browse the repository at this point in the history
Created-by: polyglot-release v1.3.2
  • Loading branch information
luke-hill committed Nov 16, 2023
1 parent 2756b0a commit 3f56d9f
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 9 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [10.0.0] - 2023-11-16
### Added
- [Python] added ci-environment implementation in Python
- [Ruby] Initial rubocop configuration added ([#228](https://github.com/cucumber/ci-environment/pull/228))
Expand Down Expand Up @@ -175,7 +177,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
### Added
- First release

[Unreleased]: https://github.com/cucumber/ci-environment/compare/v9.2.0...main
[Unreleased]: https://github.com/cucumber/ci-environment/compare/v10.0.0...main
[10.0.0]: https://github.com/cucumber/ci-environment/compare/v9.2.0...main
[9.2.0]: 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
Expand Down
6 changes: 3 additions & 3 deletions java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,22 +10,22 @@
</parent>

<artifactId>ci-environment</artifactId>
<version>9.2.1-SNAPSHOT</version>
<version>10.0.0</version>
<packaging>jar</packaging>
<name>Cucumber CiEnvironment</name>
<description>Detect CI Environment from environment variables</description>
<url>https://github.com/cucumber/ci-environment</url>

<properties>
<project.build.outputTimestamp>1682671891</project.build.outputTimestamp>
<project.build.outputTimestamp>1700129766</project.build.outputTimestamp>
<project.Automatic-Module-Name>io.cucumber.cienvironment</project.Automatic-Module-Name>
</properties>

<scm>
<connection>scm:git:git://github.com/cucumber/ci-environment.git</connection>
<developerConnection>scm:git:[email protected]:cucumber/ci-environment.git</developerConnection>
<url>git://github.com/cucumber/ci-environment.git</url>
<tag>HEAD</tag>
<tag>v10.0.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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cucumber/ci-environment",
"version": "9.2.0",
"version": "10.0.0",
"description": "Detect CI Environment from environment variables",
"type": "module",
"main": "dist/cjs/src/index.js",
Expand Down
2 changes: 1 addition & 1 deletion python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ maintainers = [
name = "ci-environment"
requires-python = ">=3.8"
urls = {Repository = "https://github.com/cucumber/ci-environment"}
version = "0.1.0"
version = "10.0.0"

[project.entry-points]

Expand Down
2 changes: 1 addition & 1 deletion ruby/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
9.2.0
10.0.0

0 comments on commit 3f56d9f

Please sign in to comment.