diff --git a/CHANGELOG.md b/CHANGELOG.md index 1aad3a5..05dda47 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,10 +4,15 @@ Reverse Chronological Order: ## master -https://github.com/sgruhier/capistrano-db-tasks/compare/v0.5...HEAD +https://github.com/sgruhier/capistrano-db-tasks/compare/v0.6...HEAD * Your contribution here! +# 0.6 (Dec 14 2016) + +* Configurable dump folder #101 #75 #61 (@artempartos, @gmhawash) +* Fixed previous release bugs (@sitnikovme, @slavajacobson) + # 0.5 (Nov 29 2016) * Fixed iteration on remote/local assets dir #98 (@elthariel) diff --git a/README.md b/README.md index 37807ac..6810336 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# CapistranoDbTasks | [![Code Climate](https://codeclimate.com/github/sgruhier/capistrano-db-tasks/badges/gpa.svg)](https://codeclimate.com/github/sgruhier/capistrano-db-tasks) [![Gem Version](https://badge.fury.io/rb/capistrano-db-tasks.svg)](http://badge.fury.io/rb/capistrano-db-tasks) +# CapistranoDbTasks | [![Gem Downloads](http://img.shields.io/gem/dt/capistrano-db_sync.svg)](https://rubygems.org/gems/capistrano-db_sync)[![Code Climate](https://codeclimate.com/github/sgruhier/capistrano-db-tasks/badges/gpa.svg)](https://codeclimate.com/github/sgruhier/capistrano-db-tasks) [![Gem Version](https://badge.fury.io/rb/capistrano-db-tasks.svg)](http://badge.fury.io/rb/capistrano-db-tasks) Add database AND assets tasks to capistrano to a Rails project. It only works with capistrano 3. Older versions until 0.3 works with capistrano 2. diff --git a/lib/capistrano-db-tasks/version.rb b/lib/capistrano-db-tasks/version.rb index a7d1e9b..bbebcfc 100644 --- a/lib/capistrano-db-tasks/version.rb +++ b/lib/capistrano-db-tasks/version.rb @@ -1,3 +1,3 @@ module CapistranoDbTasks - VERSION = "0.5".freeze + VERSION = "0.6".freeze end