Skip to content

Commit

Permalink
Update changelog & gemspec for v1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-scully committed Jul 19, 2018
1 parent c10ac4c commit 062aa4a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.)
Expand Down
2 changes: 1 addition & 1 deletion nitra.gemspec
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 062aa4a

Please sign in to comment.