Skip to content

Commit 3da0269

Browse files
committed
release: 0.4.0
1 parent d6b35cb commit 3da0269

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff 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

4145
Please 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

radish/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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"

0 commit comments

Comments
 (0)