Skip to content

Commit a9addc5

Browse files
committed
Preparing 0.6
1 parent 723c863 commit a9addc5

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,15 @@ Reverse Chronological Order:
44

55
## master
66

7-
https://github.com/sgruhier/capistrano-db-tasks/compare/v0.5...HEAD
7+
https://github.com/sgruhier/capistrano-db-tasks/compare/v0.6...HEAD
88

99
* Your contribution here!
1010

11+
# 0.6 (Dec 14 2016)
12+
13+
* Configurable dump folder #101 #75 #61 (@artempartos, @gmhawash)
14+
* Fixed previous release bugs (@sitnikovme, @slavajacobson)
15+
1116
# 0.5 (Nov 29 2016)
1217

1318
* Fixed iteration on remote/local assets dir #98 (@elthariel)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 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)
1+
# 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)
22

33
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.
44

lib/capistrano-db-tasks/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module CapistranoDbTasks
2-
VERSION = "0.5".freeze
2+
VERSION = "0.6".freeze
33
end

0 commit comments

Comments
 (0)