We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent deec354 commit 30fbf71Copy full SHA for 30fbf71
CHANGELOG.md
@@ -1,6 +1,12 @@
1
# Capistrano Symfony 1.x Changelog
2
3
4
+## `1.0.0.rc2`
5
+
6
+https://github.com/capistrano/symfony/compare/1.0.0.rc2...1.0.0.rc1
7
8
+* Ensure bootstrap.php is saved in `var/` when using Symfony 3 directory structure
9
10
## `1.0.0.rc1`
11
12
https://github.com/capistrano/symfony/compare/0.4.0...1.0.0.rc1
capistrano-symfony.gemspec
@@ -4,7 +4,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
Gem::Specification.new do |gem|
gem.name = "capistrano-symfony"
- gem.version = '1.0.0.rc1'
+ gem.version = '1.0.0.rc2'
gem.authors = ["Peter Mitchell"]
gem.email = ["pete@peterjmit.com"]
gem.description = %q{Symfony specific Capistrano tasks}
0 commit comments