Skip to content

Commit

Permalink
Release 2.13.0 (#430)
Browse files Browse the repository at this point in the history
* Version bump (2.13.0)

* Version 2.13.0

* Update change log
  • Loading branch information
dirkrombauts authored Feb 10, 2017
1 parent d058e97 commit f69771d
Show file tree
Hide file tree
Showing 61 changed files with 477 additions and 419 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,16 @@ Features in Experimental are subject to change and removal without being conside

This document is formatted according to the principles of [Keep A CHANGELOG](http://keepachangelog.com).

## [2.13.0] - 2017-02-10

### Added

- Improved Tag Support: Tags in Excel and Tags for Examples Blocks in Json, Dhtml, Html, and Word formats ([424](https://github.com/picklesdoc/pickles/pull/424)) (by [@pleveill](https://github.com/pleveill))

### Fixed

- Fix problem of NUnit 3.6 and truncation ([425](https://github.com/picklesdoc/pickles/pull/425)) (by [@dirkrombauts](https://github.com/dirkrombauts))

## [2.12.0] - 2017-01-26

### Added
Expand Down
2 changes: 1 addition & 1 deletion build.bat
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@echo off
set "picklesVersion=2.12.0"
set "picklesVersion=2.13.0"

cls

Expand Down
10 changes: 5 additions & 5 deletions docs/Output/Cucumber/cucumberResult.json
Original file line number Diff line number Diff line change
Expand Up @@ -576,14 +576,14 @@
{
"keyword": "Scenario Outline",
"name": "Add two negative numbers with many examples",
"line": 26,
"line": 28,
"type": "scenario_outline",
"tags": [],
"steps": [
{
"keyword": "Given",
"name": "I enter <number 1> into the calculator",
"line": 27,
"line": 29,
"result": {
"status": "inconclusive",
"duration": 1
Expand All @@ -592,7 +592,7 @@
{
"keyword": "And",
"name": "I enter <number 2> into the calculator",
"line": 28,
"line": 30,
"result": {
"status": "inconclusive",
"duration": 1
Expand All @@ -601,7 +601,7 @@
{
"keyword": "When",
"name": "I perform add",
"line": 29,
"line": 31,
"result": {
"status": "inconclusive",
"duration": 1
Expand All @@ -610,7 +610,7 @@
{
"keyword": "Then",
"name": "the result should be <result>",
"line": 30,
"line": 32,
"result": {
"status": "inconclusive",
"duration": 1
Expand Down
Loading

0 comments on commit f69771d

Please sign in to comment.