Sha256: bc5a78d92a11fc107670ebb4bba9182b2c444c8e37141dc99c43efeca79b40f3

Contents?: true

Size: 865 Bytes

Versions: 3

Compression:

Stored size: 865 Bytes

Contents

# Slackistrano Change Log

3.0.0
-----

- Require version 3.5.0 of Capistrano and utilize it's new dry-run functionality.

2.0.1
-----

- Internal code refactoring. No public facing changes.

2.0.0
-----

- **BREAKING:** You must now `require 'slackistrano/capistrano'` in your Capfile.
  Previously it was just `require 'slackistrano'`. It is also no longer necessary
  to add `require: false` in your Gemfile, but it won't hurt to leave it.

1.1.0
-----

- Honor Capistrano's `--dry-run` [#33]
- Better error reporting if Slack API returns failure [#40]
- Allow posting to multiple channels by setting `:slack_channel` to an array [#37]


1.0.0
-----

- **BREAKING:** Renamed all `***_starting` settings to `***_updating`
- **BREAKING:** Renamed all `***_finished` settings to `***_updated`
- Added rollback options `***_reverting` and `***_reverted` [#19, #31]

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
slackistrano-3.1.0.beta CHANGELOG.md
slackistrano-3.0.1 CHANGELOG.md
slackistrano-3.0.0 CHANGELOG.md