- The ensure_is_private_key method now additionally supports RSA keys without spaces.
- New ensure_is_private_key helper method to process RSA private keys.
- New config:deploy rake task to use for deployments, which overwrites config files without prompting.
- Breaking change: Only templates with the '.dice' extension are processed.
- Breaking change: Local override via the '.local' extension has been removed.
- Templates are processed in all directories.
- Generated templates should be committed to source control.
- New '.dice' extension for templates.
- Better testing infrastructure.
- Plugins and rake task can specify custom location for templates.
- Fix: Templates are generated in 'config' directory for Rails projects.
- Initial open source release.