Skip to content

Commit

Permalink
v0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
westonganger committed Aug 21, 2020
1 parent bfeb0a1 commit a7713bd
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@ CHANGELOG
---------

- Unreleased
- Refractor into a `Capistrano::Plugin`
* Nothing yet

- **0.9.0** - August 19, 2020
- Gem Initial Release
* Refractor plugin into `Capistrano::Plugin` format

- **0.9.0** - August 19, 2020
* Gem Initial Release
1 change: 0 additions & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ task test: :spec
task default: :spec

task :console do
require 'capistrano'
require 'capistrano/precompile_chooser'

require 'irb'
Expand Down
2 changes: 1 addition & 1 deletion lib/capistrano/precompile_chooser/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module Capistrano
class PrecompileChooser < Capistrano::Plugin
VERSION = "0.9.0"
VERSION = "0.9.1"
end
end

0 comments on commit a7713bd

Please sign in to comment.