Skip to content

Commit f7ff028

Browse files
authored
Prepare for stable version (#94)
1 parent 2661b4a commit f7ff028

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

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

33

4+
## `1.0.0`
5+
6+
No changes since RC3
7+
8+
## `1.0.0.rc3`
9+
10+
(No changelog provided.) See diff: See the diff: https://github.com/capistrano/symfony/compare/1.0.0.rc2...1.0.0.rc3
11+
412
## `1.0.0.rc2`
513

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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ It leverages the following capistrano tasks to deploy a Symfony app
1212
```
1313
# Gemfile
1414
gem 'capistrano', '~> 3.4'
15-
gem 'capistrano-symfony', '~> 1.0.0.rc3'
15+
gem 'capistrano-symfony', '~> 1.0.0'
1616
```
1717

1818
## Usage

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

0 commit comments

Comments
 (0)