Skip to content

Commit

Permalink
Bump for 1.0.0.rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
peterjmit committed Mar 6, 2016
1 parent deec354 commit 30fbf71
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# Capistrano Symfony 1.x Changelog


## `1.0.0.rc2`

https://github.com/capistrano/symfony/compare/1.0.0.rc2...1.0.0.rc1

* Ensure bootstrap.php is saved in `var/` when using Symfony 3 directory structure

## `1.0.0.rc1`

https://github.com/capistrano/symfony/compare/0.4.0...1.0.0.rc1
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 = '1.0.0.rc1'
gem.version = '1.0.0.rc2'
gem.authors = ["Peter Mitchell"]
gem.email = ["[email protected]"]
gem.description = %q{Symfony specific Capistrano tasks}
Expand Down

0 comments on commit 30fbf71

Please sign in to comment.