v1.4.0
This release contains following features and improvements.
- New features
- Bug fixes
- Update godeps.json to include missing dependencies #141
- Add BaseStage.SetReturnValue() to set return value #144
- Avoid closing nil body. #147
- Replace OAuth libaries from deprecated one to fix a build error #148
- Use bufio.Reader instead of bufio.Scanner #154
- Fix bug not to skip in parallel stages #159
- Misc improvements