Airbrussh Versions Save

Airbrussh pretties up your SSHKit and Capistrano output

v1.5.2

1 month ago

This is a gem housekeeping release. No user-facing changes.

🏠 Housekeeping

  • Migrate from CircleCI to GitHub Actions (#155, #156) @mattbrictson

Full Changelog: https://github.com/mattbrictson/airbrussh/compare/v1.5.1...v1.5.2

v1.5.1

4 months ago

This is a gem housekeeping release. No user-facing changes.

🏠 Housekeeping

  • Add Ruby 3.3 to CI matrix (#154) @mattbrictson

Full Changelog: https://github.com/mattbrictson/airbrussh/compare/v1.5.0...v1.5.1

v1.5.0

7 months ago

✨ New Features

  • Use Module.prepend instead of alias_method to patch Rake (#152) @mattbrictson

Full Changelog: https://github.com/mattbrictson/airbrussh/compare/v1.4.2...v1.5.0

v1.4.2

9 months ago

This is a gem housekeeping release. No user-facing changes.

🏠 Housekeeping

  • Ensure rubocop task runs on Ruby >= 3.1 (#149) @mattbrictson
  • Add Ruby 3.2 to the CI matrix (#148) @mattbrictson
  • Fix test failures due to minitest 5.19 release (#146, #147) @mattbrictson
  • Fix CI build for Ruby 2.2 (#145) @mattbrictson

Full Changelog: https://github.com/mattbrictson/airbrussh/compare/v1.4.1...v1.4.2

v1.4.1

1 year ago

This is a gem housekeeping release. No user-facing changes.

🏠 Housekeeping

  • Rename default branch to main (#140) @mattbrictson
  • Include link to full diff in generated release notes (#144) @mattbrictson
  • Replace Travis with CircleCI and add Ruby 3.0 and 3.1 to CI matrix (#138) @mattbrictson
  • Upgrade to modern version of coveralls gem (#143) @mattbrictson
  • Update appveyor to use a more modern version of Ruby (2.6) (#142) @mattbrictson
  • Fix build failures on Ruby < 2.5 (#141) @mattbrictson
  • Simplify release-drafter config (#139) @mattbrictson

Full Changelog: https://github.com/mattbrictson/airbrussh/compare/v1.4.0...v1.4.1

v1.4.0

4 years ago

✨ New Features

  • Allow ConsoleFormatter context to be configurable (#131) @pblesi

v1.3.4

4 years ago

🏠 Housekeeping

  • Add issues, source code URLs to gemspec metadata (#129) @mattbrictson
  • Add changelog_uri to metadata to easily link from rubygems.org (#128) @nickhammond

v1.3.3

4 years ago

🐛 Bug Fixes

  • Fix LoadError when airbrussh is used without rake installed (#127) @mattbrictson

🏠 Housekeeping

  • Migrate to new GitHub Actions config format (#125) @mattbrictson
  • Remove chandler from rake release process (#124) @mattbrictson
  • Set up release-drafter (#123) @mattbrictson
  • Eliminate double CI builds on PRs (#122) @mattbrictson

v1.3.2

4 years ago
  • #121: Gracefully handle SSH output that has invalid UTF-8 encoding instead of raising an exception - @mattbrictson

v1.3.1

5 years ago
  • Packaging changes to reduce gem size
  • RuboCop and Travis improvements
  • No user-facing changes