Skip to content

Commit

Permalink
Prepare for stable version (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nyholm authored Sep 6, 2018
1 parent 2661b4a commit f7ff028
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
# Capistrano Symfony 1.x Changelog


## `1.0.0`

No changes since RC3

## `1.0.0.rc3`

(No changelog provided.) See diff: See the diff: https://github.com/capistrano/symfony/compare/1.0.0.rc2...1.0.0.rc3

## `1.0.0.rc2`

https://github.com/capistrano/symfony/compare/1.0.0.rc2...1.0.0.rc1
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ It leverages the following capistrano tasks to deploy a Symfony app
```
# Gemfile
gem 'capistrano', '~> 3.4'
gem 'capistrano-symfony', '~> 1.0.0.rc3'
gem 'capistrano-symfony', '~> 1.0.0'
```

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

0 comments on commit f7ff028

Please sign in to comment.