Skip to content

Commit 4148c77

Browse files
committed
Prepare 0.1.2 release
1 parent da096e3 commit 4148c77

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ on:
77
pull_request:
88
branches: ["main"]
99

10+
concurrency:
11+
group: ${{ github.workflow }}-${{ github.ref }}
12+
cancel-in-progress: true
13+
1014
env:
1115
RUST_BACKTRACE: 1
1216

@@ -120,7 +124,7 @@ jobs:
120124
strategy:
121125
fail-fast: false
122126
matrix:
123-
msrv: ['1.56.0']
127+
msrv: ["1.56.0"]
124128
os:
125129
- ubuntu
126130
- macOS

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-expressions` crate will be documented in t
66

77

88

9-
## [0.1.2] · 2022-01-??
9+
## [0.1.2] · 2022-01-11
1010
[0.1.2]: /../../tree/v0.1.2
1111

1212
[Diff](/../../compare/v0.1.1...v0.1.2) | [Milestone](/../../milestone/3)

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-expressions"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
edition = "2021"
55
rust-version = "1.56"
66
description = "Cucumber Expressions AST and parser."

0 commit comments

Comments
 (0)