From 062aa4ad17ce3972d27f923edfddc259f98a8ec3 Mon Sep 17 00:00:00 2001 From: ben-scully Date: Thu, 19 Jul 2018 21:12:44 +1200 Subject: [PATCH] Update changelog & gemspec for v1.0.3 --- CHANGELOG.md | 4 ++++ nitra.gemspec | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1714782..71d0f53 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ # Changelog All notable changes to this project will be documented in this file. +## [1.0.3] - 2018-07-19 +### Added +- Add additional exit codes to differentiate nitras results. There only use to be two codes; '0' for success, '1' for failure. Now there are codes for: Aborted, Failure, Success, Test Failures, and Unprocessed Files + ## [1.0.2] - 2018-04-10 ### Added - Support for cucumber formatter and options. (A concrete example is to configure the [cucumber junit formatter](https://relishapp.com/cucumber/cucumber/docs/formatters/junit-output-formatter) and consume and publish its output with the junit test results report option.) diff --git a/nitra.gemspec b/nitra.gemspec index facd87b..3f6ba9c 100644 --- a/nitra.gemspec +++ b/nitra.gemspec @@ -1,6 +1,6 @@ spec = Gem::Specification.new do |s| s.name = 'nitra' - s.version = '1.0.2' + s.version = '1.0.3' s.platform = Gem::Platform::RUBY s.license = "MIT" s.homepage = "http://github.com/powershop/nitra"