Skip to content

Commit 260892a

Browse files
committed
Prepare 0.1.0 release
1 parent 612b388 commit 260892a

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,7 @@ jobs:
201201
needs:
202202
- clippy
203203
- feature
204+
- fuzz
204205
- msrv
205206
- rustdoc
206207
- rustfmt
@@ -246,5 +247,6 @@ jobs:
246247
profile: minimal
247248
toolchain: stable
248249

249-
- name: Publish crate
250-
run: cargo publish --token ${{ secrets.CRATESIO_TOKEN }}
250+
- name: Publish `cucumber-expressions` crate
251+
run: cargo publish -p cucumber-expressions
252+
--token ${{ secrets.CRATESIO_TOKEN }}

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ All user visible changes to `cucumber-expressions` crate will be documented in t
66

77

88

9-
## [0.1.0] · 2021-??-??
9+
## [0.1.0] · 2021-11-22
1010
[0.1.0]: /../../tree/v0.1.0
1111

1212
### Added
1313

1414
- [Cucumber Expressions] AST and parser. ([#1])
1515
- Expansion of [Cucumber Expressions] AST into [`Regex`] behind `into-regex` feature flag. ([#2])
16-
- Fuzzzing. ([#3])
16+
- Fuzzing. ([#3])
1717

1818
[#1]: /../../pull/1
1919
[#2]: /../../pull/2

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

0 commit comments

Comments
 (0)