Skip to content

Commit 37fc4bb

Browse files
authored
Prepare for alfa 2 (#105)
1 parent 1fdd2db commit 37fc4bb

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Capistrano Symfony 1.x Changelog
22

33

4+
## `2.0.0-alfa2`
5+
6+
Removed `symfony:clear_controllers`.
7+
48
## `2.0.0-alfa1`
59

610
Support for only Symfony4.

capistrano-symfony.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
44

55
Gem::Specification.new do |gem|
66
gem.name = "capistrano-symfony"
7-
gem.version = '2.0.0-alfa1'
7+
gem.version = '2.0.0-alfa2'
88
gem.authors = ["Peter Mitchell"]
99
gem.email = ["pete@peterjmit.com"]
1010
gem.description = %q{Symfony specific Capistrano tasks}

0 commit comments

Comments
 (0)