Skip to content

Commit 904a878

Browse files
committed
Preparing 0.5
1 parent b3fbc50 commit 904a878

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

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

55
## master
66

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

99
* Your contribution here!
10+
11+
# 0.5 (Nov 29 2016)
12+
1013
* Fixed iteration on remote/local assets dir #98 (@elthariel)
1114
* Fetch :user property on server #97 (@elthariel)
1215
* Add support of ENV['DATABASE_URL'] #54 #70 #99 (@numbata, @fabn, @donbobka, @ktaragorn, @markgandolfo, @leifcr, @elthariel)

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.4".freeze
2+
VERSION = "0.5".freeze
33
end

0 commit comments

Comments
 (0)