File tree Expand file tree Collapse file tree 10 files changed +16
-13
lines changed Expand file tree Collapse file tree 10 files changed +16
-13
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ This project adheres to [Semantic Versioning](http://semver.org).
7
7
This document is formatted according to the principles of [ Keep A CHANGELOG] ( http://keepachangelog.com ) .
8
8
9
9
## [ Unreleased]
10
+
11
+ ## [ 30.0.2] - 2024-11-14
10
12
### Fixed
11
13
- [ Python] Release process (again) didn't release to pypi correctly
12
14
@@ -700,7 +702,8 @@ This document is formatted according to the principles of [Keep A CHANGELOG](htt
700
702
### Changed
701
703
- First release
702
704
703
- [ Unreleased ] : https://github.com/cucumber/gherkin/compare/v30.0.1...HEAD
705
+ [ Unreleased ] : https://github.com/cucumber/gherkin/compare/v30.0.2...HEAD
706
+ [ 30.0.2 ] : https://github.com/cucumber/gherkin/compare/v30.0.1...v30.0.2
704
707
[ 30.0.1 ] : https://github.com/cucumber/gherkin/compare/v30.0.0...v30.0.1
705
708
[ 30.0.0 ] : https://github.com/cucumber/gherkin/compare/v29.0.0...v30.0.0
706
709
[ 29.0.0 ] : https://github.com/cucumber/gherkin/compare/v28.0.0...v29.0.0
Original file line number Diff line number Diff line change 1
- 30.0.1
1
+ 30.0.2
Original file line number Diff line number Diff line change 10
10
</PropertyGroup >
11
11
12
12
<PropertyGroup Label =" Version" >
13
- <VersionNumber >30.0.1 </VersionNumber >
13
+ <VersionNumber >30.0.2 </VersionNumber >
14
14
<Version Condition =" '$(SnapshotSuffix)' != ''" >$(VersionNumber)-$(SnapshotSuffix)</Version >
15
15
<Version Condition =" '$(SnapshotSuffix)' == ''" >$(VersionNumber)</Version >
16
16
</PropertyGroup >
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ defmodule CucumberGherkin.MixProject do
6
6
def project do
7
7
[
8
8
app: :cucumber_gherkin ,
9
- version: "30.0.1 " ,
9
+ version: "30.0.2 " ,
10
10
name: "CucumberGherkin" ,
11
11
description: description ( ) ,
12
12
package: package ( ) ,
Original file line number Diff line number Diff line change 8
8
<version >4.2.0</version >
9
9
</parent >
10
10
<artifactId >gherkin</artifactId >
11
- <version >30.0.2-SNAPSHOT </version >
11
+ <version >30.0.2</version >
12
12
<packaging >jar</packaging >
13
13
<name >Gherkin</name >
14
14
<description >Gherkin parser</description >
15
15
<url >https://github.com/cucumber/gherkin</url >
16
16
17
17
<properties >
18
- <project .build.outputTimestamp>1731405646 </project .build.outputTimestamp>
18
+ <project .build.outputTimestamp>1731622198 </project .build.outputTimestamp>
19
19
<project .Automatic-Module-Name>io.cucumber.gherkin</project .Automatic-Module-Name>
20
20
</properties >
21
21
22
22
<scm >
23
23
<connection >scm:git:git://github.com/cucumber/gherkin.git</connection >
24
24
<developerConnection >scm:git:git@github.com:cucumber/gherkin.git</developerConnection >
25
25
<url >git://github.com/cucumber/gherkin.git</url >
26
- <tag >HEAD </tag >
26
+ <tag >v30.0.2 </tag >
27
27
</scm >
28
28
29
29
<dependencyManagement >
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @cucumber/gherkin" ,
3
- "version" : " 30.0.1 " ,
3
+ "version" : " 30.0.2 " ,
4
4
"description" : " Gherkin parser" ,
5
5
"main" : " dist/src/index.js" ,
6
6
"types" : " dist/src/index.d.ts" ,
Original file line number Diff line number Diff line change 1
- 30.0.1
1
+ 30.0.2
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
5
5
[project ]
6
6
name = " gherkin-official"
7
- version = " 30.0.1 "
7
+ version = " 30.0.2 "
8
8
description = " Gherkin parser (official, by Cucumber team)"
9
9
readme = " README.md"
10
10
requires-python = " >=3.8"
Original file line number Diff line number Diff line change 1
- 30.0.1
1
+ 30.0.2
You can’t perform that action at this time.
0 commit comments