Sha256: 1fb84b8318cf6db7d72013f2cb993e2b17ae0b5da871f96a4a77c84c8bad34d7

Contents?: true

Size: 700 Bytes

Versions: 1

Compression:

Stored size: 700 Bytes

Contents

# Slackistrano Change Log

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

1 entries across 1 versions & 1 rubygems

Version Path
slackistrano-2.0.0 CHANGELOG.md