CHANGELOG.md in cide-0.0.3 vs CHANGELOG.md in cide-0.0.4

- old
+ new

@@ -1,5 +1,18 @@ +0.0.4 / 2014-10-03 +================== + + * ADD: forward_env to forward environment variables from the host + * ADD: Adds a "prepare" step that allows to cache build dependencies + * ADD: `cide init` to bootstrap projects + * ADD: `cide clean` to remove old images + * ADD: Can set export dir for artifacts + * CHANGE: Renames the "image" attribute to "from" + * CHANGE: Renames the "commmand" attribute to "run" + * Changes the generated Dockerfile quite a bit + * Use thor for command-line parsing, modularize + 0.0.3 / 2014-09-29 ================== * Cleanup and fixes DATA usage * Removes the GEM_HOME environment setting