- Switch to BSD 3-Clause License
- Support :env option for start_container #31
- Expose container logs on actively running instances via ContainerControl #29
- Fix keyword arg warning #28
- Fix incorrect conversion of a ProcessStatus into an exit code #16
- Allow exercising salesforce functions via FunctionQuery (Experimental API) #10
- Lock LocalBuildpack when generating images to prevent process race conditions #9
- Remove premature error checking from Cutlass.default_buildpack_paths #8
- Expect build.sh scripts to produce a directory named "target" #7
- Cutlass.default_buildpack_paths= now accepts a LocalBuildpack #6
- Do not connect to docker if it's not needed #5
- App.new accepts a buildpack array with the
:default
symbol which acts as a shortcut forCutlass.default_buildpack_paths
#4 Cutlass.default_buildpack_paths=
raises an error if you pass in a path that does not exist. #4
- Fix App#pack_build with no block #3
- Initial release