## master
[full changelog](http://github.com/sue445/paraduct/compare/v1.0.0...master)

## v1.0.0
[full changelog](http://github.com/sue445/paraduct/compare/v0.0.3...v1.0.0)

### Breaking changes :bomb:
* Stop convert key capitalize
  * https://github.com/sue445/paraduct/pull/77
* Stop support ruby 1.9
  * https://github.com/sue445/paraduct/pull/87

### Enhancements
* Run under current directory when work_dir is empty
  * https://github.com/sue445/paraduct/pull/78
* Add `after_script`
  * https://github.com/sue445/paraduct/pull/88
* Add start command logging
  * https://github.com/sue445/paraduct/pull/89

### Refactorings
* https://github.com/sue445/paraduct/pull/79
* https://github.com/sue445/paraduct/pull/80
* https://github.com/sue445/paraduct/pull/90

## v0.0.3
[full changelog](http://github.com/sue445/paraduct/compare/v0.0.2...v0.0.3)

* relax exclude definition
  * https://github.com/sue445/paraduct/pull/74
* some refactorings
  * https://github.com/sue445/paraduct/pull/73
  * https://github.com/sue445/paraduct/pull/76

## v0.0.2
[full changelog](http://github.com/sue445/paraduct/compare/v0.0.1...v0.0.2)

* change variable name
  * `$JOB_ID` -> `$PARADUCT_JOB_ID`
  * `$JOB_NAME` -> `$PARADUCT_JOB_NAME`
  * https://github.com/sue445/paraduct/pull/70

## v0.0.1
* first release