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 1fdd2db commit 37fc4bbCopy full SHA for 37fc4bb
CHANGELOG.md
@@ -1,6 +1,10 @@
1
# Capistrano Symfony 1.x Changelog
2
3
4
+## `2.0.0-alfa2`
5
+
6
+Removed `symfony:clear_controllers`.
7
8
## `2.0.0-alfa1`
9
10
Support for only Symfony4.
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 = '2.0.0-alfa1'
+ gem.version = '2.0.0-alfa2'
gem.authors = ["Peter Mitchell"]
gem.email = ["pete@peterjmit.com"]
gem.description = %q{Symfony specific Capistrano tasks}
0 commit comments