File tree Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).
66
77* Stay tuned...*
88
9+ ## [ v0.6.0]
10+ ### Fixed
11+ - Fix syslog extension
12+
913## [ v0.6.0]
1014### Added
1115- Support cardinalities in step patterns. Refs #62 , #113
@@ -81,7 +85,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
8185
8286Please see ` git log `
8387
84- [ Unreleased ] : https://github.com/radish-bdd/radish/compare/v0.6.0...HEAD
88+ [ Unreleased ] : https://github.com/radish-bdd/radish/compare/v0.6.1...HEAD
89+ [ v0.6.1 ] : https://github.com/radish-bdd/radish/compare/v0.6.0...v0.6.1
8590[ v0.6.0 ] : https://github.com/radish-bdd/radish/compare/v0.5.1...v0.6.0
8691[ v0.5.1 ] : https://github.com/radish-bdd/radish/compare/v0.5.0...v0.5.1
8792[ v0.5.0 ] : https://github.com/radish-bdd/radish/compare/v0.4.1...v0.5.0
Original file line number Diff line number Diff line change 6363# built documents.
6464#
6565# The short X.Y version.
66- version = '0.6.0 '
66+ version = '0.6.1 '
6767# The full version, including alpha/beta/rc tags.
68- release = '0.6.0 '
68+ release = '0.6.1 '
6969
7070# The language for content autogenerated by Sphinx. Refer to documentation
7171# for a list of supported languages.
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.6.0 "
5+ __VERSION__ = "0.6.1 "
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