Releases: mattbrictson/airbrussh
Releases · mattbrictson/airbrussh
1.3.1
- Packaging changes to reduce gem size
- RuboCop and Travis improvements
- No user-facing changes
1.3.0
1.2.0
- #95: colorize LogMessage label on WARN level and above - @klyonrad
- #106: Remove the
log_file
parameter from theCommandFormatter#exit_message
method; it was unused - @mattbrictson
1.1.2
- Add Ruby 2.4.0 to testing matrix and fix Ruby 2.4 deprecation warnings
1.1.1
1.1.0
1.0.2
1.0.1
1.0.0
- No changes since 1.0.0.beta1.
1.0.0.beta1
Breaking Changes:
- None
Added:
- Airbrussh can now be configured with an options Hash passed to the
Airbrussh::Formatter
constructor. This is in order to standardize how all
SSHKit formatters are configured
(see SSHKit #308).