Skip to content

Commit 7c108b3

Browse files
committed
Prepare 0.3.0 release
1 parent cd28fec commit 7c108b3

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 2 deletions
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.3.0] · 2022-??-?? (unreleased)
9+
## [0.3.0] · 2023-04-24
1010
[0.3.0]: /../../tree/v0.3.0
1111

1212
[Diff](/../../compare/v0.2.1...v0.3.0)
@@ -15,6 +15,9 @@ All user visible changes to `cucumber-expressions` crate will be documented in t
1515

1616
- Bumped up [MSRV] to 1.62 for more clever support of [Cargo feature]s.
1717
- `Box`ed `ParameterError::RenameRegexGroup::err` field due to `clippy::result_large_err` lint suggestion.
18+
- Upgraded [`regex-syntax`] to 0.7 version (changed parametrization of [`Regex`] with custom capturing groups). ([cd28fecc])
19+
20+
[cd28fecc]: /../../commit/cd28fecc62f5ee1942601053e5290968efa8244b
1821

1922

2023

@@ -26,7 +29,7 @@ All user visible changes to `cucumber-expressions` crate will be documented in t
2629

2730
### Security updated
2831

29-
- `regex` crate to 1.5.5 version to fix [CVE-2022-24713].
32+
- [`regex`] crate to 1.5.5 version to fix [CVE-2022-24713].
3033

3134
[CVE-2022-24713]: https://blog.rust-lang.org/2022/03/08/cve-2022-24713.html
3235

@@ -100,7 +103,9 @@ All user visible changes to `cucumber-expressions` crate will be documented in t
100103

101104

102105

106+
[`regex`]: https://docs.rs/regex
103107
[`Regex`]: https://docs.rs/regex
108+
[`regex-syntax`]: https://docs.rs/regex-syntax
104109

105110
[Cargo feature]: https://doc.rust-lang.org/cargo/reference/features.html
106111
[Cucumber Expressions]: https://github.com/cucumber/cucumber-expressions#readme

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

0 commit comments

Comments
 (0)