Skip to content

Commit 30fbf71

Browse files
committed
Bump for 1.0.0.rc2
1 parent deec354 commit 30fbf71

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

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

33

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+
410
## `1.0.0.rc1`
511

612
https://github.com/capistrano/symfony/compare/0.4.0...1.0.0.rc1

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 = '1.0.0.rc1'
7+
gem.version = '1.0.0.rc2'
88
gem.authors = ["Peter Mitchell"]
99
gem.email = ["pete@peterjmit.com"]
1010
gem.description = %q{Symfony specific Capistrano tasks}

0 commit comments

Comments
 (0)