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
6
6
7
7
8
8
9
- ## [ 0.3.0] · 2022-??-?? (unreleased)
9
+ ## [ 0.3.0] · 2023-04-24
10
10
[ 0.3.0 ] : /../../tree/v0.3.0
11
11
12
12
[ 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
15
15
16
16
- Bumped up [ MSRV] to 1.62 for more clever support of [ Cargo feature] s.
17
17
- ` 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
18
21
19
22
20
23
@@ -26,7 +29,7 @@ All user visible changes to `cucumber-expressions` crate will be documented in t
26
29
27
30
### Security updated
28
31
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] .
30
33
31
34
[ CVE-2022-24713 ] : https://blog.rust-lang.org/2022/03/08/cve-2022-24713.html
32
35
@@ -100,7 +103,9 @@ All user visible changes to `cucumber-expressions` crate will be documented in t
100
103
101
104
102
105
106
+ [ `regex` ] : https://docs.rs/regex
103
107
[ `Regex` ] : https://docs.rs/regex
108
+ [ `regex-syntax` ] : https://docs.rs/regex-syntax
104
109
105
110
[ Cargo feature ] : https://doc.rust-lang.org/cargo/reference/features.html
106
111
[ Cucumber Expressions ] : https://github.com/cucumber/cucumber-expressions#readme
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " cucumber-expressions"
3
- version = " 0.3.0-dev "
3
+ version = " 0.3.0"
4
4
edition = " 2021"
5
5
rust-version = " 1.62"
6
6
description = " Cucumber Expressions AST and parser."
You can’t perform that action at this time.
0 commit comments