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,6 +4,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).
4
4
5
5
## [ Unreleased]
6
6
7
+ * Nothing here yet ...*
8
+
9
+ ## [ v0.3.0]
10
+
7
11
### Added
8
12
- Vendor ` parse ` package until [ parse (#38 )] ( https://github.com/r1chardj0n3s/parse/pull/38 ) is merged
9
13
- Implement ` radish-test ` to test step patterns
@@ -24,5 +28,6 @@ This project adheres to [Semantic Versioning](http://semver.org/).
24
28
25
29
Please see ` git log `
26
30
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
28
33
[ v0.2.12 ] : https://github.com/radish-bdd/radish/compare/v0.2.11...v0.2.12
Original file line number Diff line number Diff line change 2
2
3
3
__DESCRIPTION__ = "Behaviour-Driven-Development tool for python"
4
4
__LICENSE__ = "MIT"
5
- __VERSION__ = "0.2.12 "
5
+ __VERSION__ = "0.3.0 "
6
6
__AUTHOR__ = "Timo Furrer"
7
7
__AUTHOR_EMAIL__ = "tuxtimo@gmail.com"
8
8
__URL__ = "http://radish-bdd.io"
You can’t perform that action at this time.
0 commit comments