Skip to content

Commit 0524ed8

Browse files
committed
release: 0.3.0
Signed-off-by: Timo Furrer <tuxtimo@gmail.com>
1 parent 122b03c commit 0524ed8

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,6 +4,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).
44

55
## [Unreleased]
66

7+
*Nothing here yet ...*
8+
9+
## [v0.3.0]
10+
711
### Added
812
- Vendor `parse` package until [parse (#38)](https://github.com/r1chardj0n3s/parse/pull/38) is merged
913
- Implement `radish-test` to test step patterns
@@ -24,5 +28,6 @@ This project adheres to [Semantic Versioning](http://semver.org/).
2428

2529
Please see `git log`
2630

27-
[Unreleased]: https://github.com/radish-bdd/radish/compare/v0.2.12...HEAD
31+
[Unreleased]: https://github.com/radish-bdd/radish/compare/v0.3.0...HEAD
32+
[v0.3.0]: https://github.com/radish-bdd/radish/compare/v0.2.12...v0.3.0
2833
[v0.2.12]: https://github.com/radish-bdd/radish/compare/v0.2.11...v0.2.12

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

0 commit comments

Comments
 (0)