File tree 1 file changed +9
-0
lines changed
1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -7,13 +7,21 @@ This project adheres to [Semantic Versioning](http://semver.org).
7
7
This document is formatted according to the principles of [ Keep A CHANGELOG] ( http://keepachangelog.com ) .
8
8
9
9
## Unreleased
10
+
11
+ ## [ v0.13.0]
10
12
### Added
11
13
- Support for reading feature files from an ` fs.FS ` ([ 550] ( https://github.com/cucumber/godog/pull/550 ) - [ tigh-latte] ( https://github.com/tigh-latte ) )
12
14
- Added keyword functions. ([ 509] ( https://github.com/cucumber/godog/pull/509 ) - [ otrava7] ( https://github.com/otrava7 ) )
13
15
- Prefer go test to use of godog cli in README ([ 548] ( https://github.com/cucumber/godog/pull/548 ) - [ danielhelfand] ( https://github.com/danielhelfand ) )
16
+ - Use ` fs.FS ` abstraction for filesystem ([ 550] ( https://github.com/cucumber/godog/pull/550 ) - [ tigh-latte] ( https://github.com/tigh-latte ) )
17
+ - Cancel context for each scenario ([ 514] ( https://github.com/cucumber/godog/pull/514 ) - [ draganm] ( https://github.com/draganm ) )
14
18
15
19
### Fixed
16
20
- Improve hooks invocation flow ([ 568] ( https://github.com/cucumber/godog/pull/568 ) - [ vearutop] ( https://github.com/vearutop ) )
21
+ - Result of testing.T respect strict option ([ 539] ( https://github.com/cucumber/godog/pull/539 ) - [ eiel] ( https://github.com/eiel ) )
22
+
23
+ ### Changed
24
+ - BREAKING CHANGE, upgraded cucumber and messages dependencies = ([ 515] ( https://github.com/cucumber/godog/pull/515 ) - [ otrava7] ( https://github.com/otrava7 ) )
17
25
18
26
## [ v0.12.6]
19
27
### Changed
@@ -201,6 +209,7 @@ This document is formatted according to the principles of [Keep A CHANGELOG](htt
201
209
### Changed
202
210
- Changed code references to DATA-DOG/godog to cucumber/godog to help get things building correctly. ([ mxygem] ( https://github.com/mxygem ) )
203
211
212
+ [ v0.13.0 ] : https://github.com/cucumber/godog/compare/v0.12.6...v0.13.0
204
213
[ v0.12.6 ] : https://github.com/cucumber/godog/compare/v0.12.5...v0.12.6
205
214
[ v0.12.5 ] : https://github.com/cucumber/godog/compare/v0.12.4...v0.12.5
206
215
[ v0.12.4 ] : https://github.com/cucumber/godog/compare/v0.12.3...v0.12.4
You can’t perform that action at this time.
0 commit comments