Skip to content

Commit

Permalink
cleaned up changelog, added banners
Browse files Browse the repository at this point in the history
  • Loading branch information
bischoffdev committed Aug 21, 2017
1 parent c3d0700 commit 7c9411a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
11 changes: 5 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,16 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]
- Ability to run single features multiple times in parallel
- Ability to run multiple features per generated runner

## [0.0.5] - 2017-08-18
## 0.0.5 - 2017-08-18
### Added
- Cucumber 'Background' is now supported in feature files

### Changed
- More logging added.

## [0.0.4] - 2017-06-01
## 0.0.4 - 2017-06-01

Initial project version on GitHub.

[Unreleased]: https://github.com/cucumber/cucumber/compare/v.0.0.5...HEAD
[0.0.5]: https://github.com/cucumber/cucumber/compare/v0.0.4...v0.0.5
Initial project version on GitHub.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
![cucable logo](documentation/img/cucable.png)

[![Apache V2 License](http://img.shields.io/badge/license-Apache%20V2-blue.svg)](http://www.apache.org/licenses/LICENSE-2.0)
[![Maven Central](https://img.shields.io/maven-central/v/com.trivago.rta/cucable-plugin.svg)](http://repo1.maven.org/maven2/com/trivago/rta/cucable-plugin/)
[![Twitter URL](https://img.shields.io/twitter/url/http/shields.io.svg?style=social)](https://twitter.com/bischoffdev)

<!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->


- [What is Cucable](#what-is-cucable)
- [Maven dependency](#maven-dependency)
- [Data flow](#data-flow)
Expand Down Expand Up @@ -49,7 +50,7 @@ This plugin was inspired by the [Cucumber Slices Maven Plugin](https://github.co
<dependency>
<groupId>com.trivago.rta</groupId>
<artifactId>cucable-plugin</artifactId>
<version>0.0.5</version>
<version>(check version on top of the page)</version>
</dependency>
```

Expand Down

0 comments on commit 7c9411a

Please sign in to comment.