1
0
Fork 0
mirror of https://github.com/capistrano/capistrano synced 2023-03-27 23:21:18 -04:00

Version bump to 1.3.0

git-svn-id: http://svn.rubyonrails.org/rails/tools/capistrano@5779 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
This commit is contained in:
Jamis Buck 2006-12-24 04:04:34 +00:00
parent 13f88e3584
commit b01cbe6766
2 changed files with 6 additions and 6 deletions

View file

@ -1,14 +1,14 @@
*SVN*
*1.3.0* (December 23, 2006)
* Deprecate rake integration in favor of invoking `cap' directly
* Deprecate rake integration in favor of invoking `cap' directly [Jamis Buck]
* Make sure the CVS module references the repository explicitly in cvs_log [weyus@att.net]
* Remove trace messages when loading a file
* Remove trace messages when loading a file [Jamis Buck]
* Cleaner error messages for authentication failures and command errors
* Cleaner error messages for authentication failures and command errors [Jamis Buck]
* Added support for ~/.caprc, also -x and -c switches.
* Added support for ~/.caprc, also -x and -c switches. [Jamis Buck]
* Updated migrate action to use db:migrate task in Rails instead of the deprecated migrate task [DHH]

View file

@ -19,7 +19,7 @@ module Capistrano
end
MAJOR = 1
MINOR = 2
MINOR = 3
TINY = 0
STRING = [MAJOR, MINOR, TINY].join(".")