Skip to content

Commit

Permalink
Prepare release v10.0.1
Browse files Browse the repository at this point in the history
Created-by: polyglot-release v1.3.2
  • Loading branch information
brasmusson committed Jan 15, 2024
1 parent b6e953d commit 4647b9c
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 9 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
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.1] - 2024-01-15
### Added
- [Python] added release workflow to release to Pypi ([#245](https://github.com/cucumber/ci-environment/pull/245))

Expand Down Expand Up @@ -179,7 +181,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
### Added
- First release

[Unreleased]: https://github.com/cucumber/ci-environment/compare/v10.0.0...HEAD
[Unreleased]: https://github.com/cucumber/ci-environment/compare/v10.0.1...HEAD
[10.0.1]: https://github.com/cucumber/ci-environment/compare/v10.0.0...v10.0.1
[10.0.0]: https://github.com/cucumber/ci-environment/compare/v9.2.0...v10.0.0
[9.2.0]: https://github.com/cucumber/ci-environment/compare/v9.1.0...v9.2.0
[9.1.0]: https://github.com/cucumber/ci-environment/compare/v9.0.4...v9.1.0
Expand Down
6 changes: 3 additions & 3 deletions java/pom.xml
Expand Up @@ -10,22 +10,22 @@
</parent>

<artifactId>ci-environment</artifactId>
<version>10.0.1-SNAPSHOT</version>
<version>10.0.1</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>1700129770</project.build.outputTimestamp>
<project.build.outputTimestamp>1705339365</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:git@github.com:cucumber/ci-environment.git</developerConnection>
<url>git://github.com/cucumber/ci-environment.git</url>
<tag>HEAD</tag>
<tag>v10.0.1</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
@@ -1,6 +1,6 @@
{
"name": "@cucumber/ci-environment",
"version": "10.0.0",
"version": "10.0.1",
"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
Expand Up @@ -36,7 +36,7 @@ maintainers = [
name = "ci-environment"
requires-python = ">=3.8"
urls = {Repository = "https://github.com/cucumber/ci-environment"}
version = "10.0.0"
version = "10.0.1"

[project.entry-points]

Expand Down
2 changes: 1 addition & 1 deletion ruby/VERSION
@@ -1 +1 @@
10.0.0
10.0.1

0 comments on commit 4647b9c

Please sign in to comment.