Skip to content

Commit 17718ca

Browse files
committed
Prepare 0.10.1 release
1 parent e640fbb commit 17718ca

File tree

5 files changed

+16
-4
lines changed

5 files changed

+16
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ jobs:
219219
- name: Parse CHANGELOG link
220220
id: changelog
221221
run: echo ::set-output
222-
name=LINK::https://github.com/${{ github.repository }}/blob/v${{ steps.release.outputs.VERSION }}/CHANGELOG.md#$(sed -n '/^### \[${{ steps.release.outputs.VERSION }}\]/{s/^### \[\(.*\)\][^0-9]*\([0-9].*\)/\1--\2/;s/[^0-9a-z-]*//g;p;}' CHANGELOG.md)
222+
name=LINK::https://github.com/${{ github.repository }}/blob/v${{ steps.release.outputs.VERSION }}/CHANGELOG.md#$(sed -n '/^## \[${{ steps.release.outputs.VERSION }}\]/{s/^## \[\(.*\)\][^0-9]*\([0-9].*\)/\1--\2/;s/[^0-9a-z-]*//g;p;}' CHANGELOG.md)
223223

224224
- uses: softprops/action-gh-release@v1
225225
env:

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ All user visible changes to `cucumber` crate will be documented in this file. Th
66

77

88

9-
## [0.10.1] · 2021-10-??
9+
## [0.10.1] · 2021-10-29
1010
[0.10.1]: /../../tree/v0.10.1
1111

1212
[Diff](/../../compare/v0.10.0...v0.10.1) | [Milestone](/../../milestone/4)

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ sealed = "0.3"
4949
structopt = "0.3.25"
5050

5151
# "macros" feature dependencies
52-
cucumber-codegen = { version = "0.10", path = "./codegen", optional = true }
52+
cucumber-codegen = { version = "0.10.1", path = "./codegen", optional = true }
5353
inventory = { version = "0.1.10", optional = true }
5454

5555
[dev-dependencies]

codegen/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,18 @@ All user visible changes to `cucumber-codegen` crate will be documented in this
66

77

88

9+
## [0.10.1] · 2021-10-29
10+
[0.10.1]: /../../tree/v0.10.1/codegen
11+
12+
[Milestone](/../../milestone/4)
13+
14+
### Version bump only
15+
16+
See `cucumber` crate [changelog](https://github.com/cucumber-rs/cucumber/blob/v0.10.1/CHANGELOG.md).
17+
18+
19+
20+
921
## [0.10.0] · 2021-10-26
1022
[0.10.0]: /../../tree/v0.10.0/codegen
1123

codegen/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cucumber-codegen"
3-
version = "0.10.0" # should be the same as main crate version
3+
version = "0.10.1" # should be the same as main crate version
44
edition = "2021"
55
rust-version = "1.56"
66
description = "Code generation for `cucumber` crate."

0 commit comments

Comments
 (0)