Этот коммит содержится в:
Viacheslav Poturaev 2022-03-26 10:18:09 +01:00
родитель 6f877d6b03
коммит d77238eef3

Просмотреть файл

@ -10,6 +10,9 @@ This document is formatted according to the principles of [Keep A CHANGELOG](htt
## [Unreleased]
## [v0.12.5]
### Changed
- Changed underlying cobra command setup to return errors instead of calling `os.Exit` directly to enable simpler testing. ([454](https://github.com/cucumber/godog/pull/454) - [mxygem])
@ -241,6 +244,7 @@ This document is formatted according to the principles of [Keep A CHANGELOG](htt
<!-- Releases -->
[v0.12.5]: https://github.com/cucumber/godog/compare/v0.12.4...v0.12.5
[v0.12.4]: https://github.com/cucumber/godog/compare/v0.12.3...v0.12.4
[v0.12.3]: https://github.com/cucumber/godog/compare/v0.12.2...v0.12.3
[v0.12.2]: https://github.com/cucumber/godog/compare/v0.12.1...v0.12.2