File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -4,9 +4,13 @@ This project adheres to [Semantic Versioning](http://semver.org/).
44
55## [ Unreleased]
66
7+ * Nothing here yet*
8+
9+ ## [ v0.4.0]
710### Added
811- Support for Background. Refs #57
912- ** API break** , Merged ` --feature-tags ` and ` --scenario-tags ` to ` --tags ` command line option. Refs #72
13+ - Pinned colorful version to 0.1.3 until new colorful version is out.
1014
1115## [ v0.3.2]
1216
@@ -40,7 +44,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
4044
4145Please see ` git log `
4246
43- [ Unreleased ] : https://github.com/radish-bdd/radish/compare/v0.3.2...HEAD
47+ [ Unreleased ] : https://github.com/radish-bdd/radish/compare/v0.4.0...HEAD
48+ [ v0.4.0 ] : https://github.com/radish-bdd/radish/compare/v0.3.2...v0.4.0
4449[ v0.3.2 ] : https://github.com/radish-bdd/radish/compare/v0.3.1...v0.3.2
4550[ v0.3.1 ] : https://github.com/radish-bdd/radish/compare/v0.3.0...v0.3.1
4651[ v0.3.0 ] : https://github.com/radish-bdd/radish/compare/v0.2.12...v0.3.0
Original file line number Diff line number Diff line change 22
33__DESCRIPTION__ = "Behaviour-Driven-Development tool for python"
44__LICENSE__ = "MIT"
5- __VERSION__ = "0.3.2 "
5+ __VERSION__ = "0.4.0 "
66__AUTHOR__ = "Timo Furrer"
77__AUTHOR_EMAIL__ = "tuxtimo@gmail.com"
88__URL__ = "http://radish-bdd.io"
You can’t perform that action at this time.
0 commit comments