Skip to content

Commit e10c81f

Browse files
committed
Prepare 0.11.2 release
1 parent ed3b48d commit e10c81f

File tree

5 files changed

+19
-7
lines changed

5 files changed

+19
-7
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ on:
77
pull_request:
88
branches: ["main"]
99

10-
env:
11-
RUST_BACKTRACE: 1
12-
1310
concurrency:
1411
group: ${{ github.workflow }}-${{ github.ref }}
1512
cancel-in-progress: true
1613

14+
env:
15+
RUST_BACKTRACE: 1
16+
1717
jobs:
1818

1919
##########################

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.11.2] · 2022-01-??
9+
## [0.11.2] · 2022-01-19
1010
[0.11.2]: /../../tree/v0.11.2
1111

1212
[Diff](/../../compare/v0.11.1...v0.11.2) | [Milestone](/../../milestone/7)

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cucumber"
3-
version = "0.11.1"
3+
version = "0.11.2"
44
edition = "2021"
55
rust-version = "1.57"
66
description = """\
@@ -54,7 +54,7 @@ sealed = "0.3"
5454

5555
# "macros" feature dependencies.
5656
cucumber-codegen = { version = "0.11", path = "./codegen", optional = true }
57-
cucumber-expressions = { version = "0.1.0", features = ["into-regex"], optional = true }
57+
cucumber-expressions = { version = "0.1", features = ["into-regex"], optional = true }
5858
inventory = { version = "0.2", optional = true }
5959

6060
# "output-json" feature 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.11.2] · 2022-01-19
10+
[0.11.2]: /../../tree/v0.11.2/codegen
11+
12+
[Milestone](/../../milestone/7)
13+
14+
### Version bump only
15+
16+
See `cucumber` crate [changelog](https://github.com/cucumber-rs/cucumber/blob/v0.11.2/CHANGELOG.md).
17+
18+
19+
20+
921
## [0.11.1] · 2022-01-07
1022
[0.11.1]: /../../tree/v0.11.1/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.11.1" # should be the same as main crate version
3+
version = "0.11.2" # should be the same as main crate version
44
edition = "2021"
55
rust-version = "1.57"
66
description = "Code generation for `cucumber` crate."

0 commit comments

Comments
 (0)