Skip to content

Commit 8defaca

Browse files
committed
release: 0.5.1
1 parent 272ea6b commit 8defaca

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ This project adheres to [Semantic Versioning](http://semver.org/).
66

77
*Stay tuned...*
88

9+
## [v0.5.1]
10+
### Fixed
11+
- Fix parsing Scenarios with tag and last in feature. Refs #111
12+
- Fix background and precondition console writing
13+
914
## [v0.5.0]
1015

1116
### Added
@@ -63,7 +68,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
6368

6469
Please see `git log`
6570

66-
[Unreleased]: https://github.com/radish-bdd/radish/compare/v0.5.0...HEAD
71+
[Unreleased]: https://github.com/radish-bdd/radish/compare/v0.5.1...HEAD
72+
[v0.5.1]: https://github.com/radish-bdd/radish/compare/v0.5.0...v0.5.1
6773
[v0.5.0]: https://github.com/radish-bdd/radish/compare/v0.4.1...v0.5.0
6874
[v0.4.1]: https://github.com/radish-bdd/radish/compare/v0.4.0...v0.4.1
6975
[v0.4.0]: https://github.com/radish-bdd/radish/compare/v0.3.2...v0.4.0

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,9 @@
6363
# built documents.
6464
#
6565
# The short X.Y version.
66-
version = '0.5.0'
66+
version = '0.5.1'
6767
# The full version, including alpha/beta/rc tags.
68-
release = '0.5.0'
68+
release = '0.5.1'
6969

7070
# The language for content autogenerated by Sphinx. Refer to documentation
7171
# for a list of supported languages.

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.5.0"
5+
__VERSION__ = "0.5.1"
66
__AUTHOR__ = "Timo Furrer"
77
__AUTHOR_EMAIL__ = "tuxtimo@gmail.com"
88
__URL__ = "http://radish-bdd.io"

0 commit comments

Comments
 (0)