Skip to content

Commit

Permalink
Preparing 0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
numbata committed Dec 14, 2016
1 parent 723c863 commit a9addc5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
2 changes: 1 addition & 1 deletion lib/capistrano-db-tasks/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module CapistranoDbTasks
VERSION = "0.5".freeze
VERSION = "0.6".freeze
end

0 comments on commit a9addc5

Please sign in to comment.