ChangeLog.md in deployml-0.4.2 vs ChangeLog.md in deployml-0.5.0

- old
+ new

@@ -1,5 +1,26 @@ +### 0.5.0 / 2011-04-22 + +* Added support for specifying multiple `dest` URIs. +* Added support for specifying `before` and `after` commands. +* Added {DeploYML::Configuration#each_dest}. +* Added {DeploYML::Configuration#normalize}. +* Added {DeploYML::Configuration#normalize_array}. +* Added {DeploYML::Configuration#parse_address}. +* Added {DeploYML::Configuration#parse_dest}. +* Added {DeploYML::Configuration#parse_commands}. +* Added {DeploYML::Environment#invoke_task}. +* Added {DeploYML::Environment#config}. +* Added {DeploYML::Environment#start}. +* Added {DeploYML::Environment#stop}. +* Added {DeploYML::Environment#restart}. +* Added {DeploYML::Shell#uri}. +* Added {DeploYML::Shell#exec}. +* Converted {DeploYML::Shell} into a Class. +* Raise an exception in {DeploYML::RemoteShell#ssh_uri} if the Shell URI + does not have a host component. + ### 0.4.2 / 2011-04-11 * Require rprogram ~> 0.2. * Fixed a typo in `gemspec.yml` which crashed the Psych YAML parser. * Fixed typos in documentation. @@ -27,10 +48,10 @@ * `migrate!` * `config!` * `start!` * `stop!` * Added {DeploYML::Shell#status} for printing ANSI colored status messages. -* Added {DeploYML::RemoteShell#uri}. +* Added `DeploYML::RemoteShell#uri`. * Added {DeploYML::RemoteShell#history}. * Added missing documentation. * Give the root directory passed to {DeploYML::Project#initialize} the default of `Dir.pwd`. * If the destination URI has the scheme of `file:`, have