Skip to content

Commit

Permalink
Prepare for alfa 2 (#105)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nyholm authored Sep 22, 2018
1 parent 1fdd2db commit 37fc4bb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Capistrano Symfony 1.x Changelog


## `2.0.0-alfa2`

Removed `symfony:clear_controllers`.

## `2.0.0-alfa1`

Support for only Symfony4.
Expand Down
2 changes: 1 addition & 1 deletion capistrano-symfony.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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 = ["[email protected]"]
gem.description = %q{Symfony specific Capistrano tasks}
Expand Down

0 comments on commit 37fc4bb

Please sign in to comment.