File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 11[package ]
22name = " cucumber-expressions"
3- version = " 0.3.0-dev "
3+ version = " 0.3.0"
44edition = " 2021"
55rust-version = " 1.62"
66description = " Cucumber Expressions AST and parser."
You can’t perform that action at this time.
0 commit comments