File rubygem-airbrussh.changes of Package rubygem-airbrussh
-------------------------------------------------------------------
Mon Nov 4 16:03:08 UTC 2024 - Dan Čermák <dan.cermak@posteo.net>
- 1.5.3:
## 🏠 Housekeeping
- Exclude nonessential files from published gem (#159) @mattbrictson
**Full Changelog:** https://github.com/mattbrictson/airbrussh/compare/v1.5.2...v1.5.3
-------------------------------------------------------------------
Fri Jun 21 09:17:23 UTC 2024 - Dan Čermák <dan.cermak@posteo.net>
- 1.5.2:
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
-------------------------------------------------------------------
Mon Jan 29 13:30:32 UTC 2024 - Dan Čermák <dan.cermak@posteo.net>
- 1.5.1:
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
-------------------------------------------------------------------
Thu Nov 2 15:35:23 UTC 2023 - Dan Čermák <dan.cermak@posteo.net>
- 1.5.0:
## ✨ 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
1.4.2:
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
-------------------------------------------------------------------
Thu Aug 4 12:54:00 UTC 2022 - Stephan Kulow <coolo@suse.com>
updated to version 1.4.1
see installed CHANGELOG.md
-------------------------------------------------------------------
Mon Feb 10 13:54:15 UTC 2020 - Stephan Kulow <coolo@suse.com>
- updated to version 1.4.0
see installed CHANGELOG.md
-------------------------------------------------------------------
Fri Jul 19 08:53:19 UTC 2019 - Stephan Kulow <coolo@suse.com>
- updated to version 1.3.2
see installed CHANGELOG.md
## [1.3.2][] (2019-06-15)
* [#121](https://github.com/mattbrictson/airbrussh/pull/121): Gracefully handle SSH output that has invalid UTF-8 encoding instead of raising an exception - [@mattbrictson](https://github.com/mattbrictson)
-------------------------------------------------------------------
Thu Nov 22 04:58:27 UTC 2018 - Stephan Kulow <coolo@suse.com>
- updated to version 1.3.1
see installed CHANGELOG.md
## [1.3.1][] (2018-11-04)
* Packaging changes to reduce gem size
* RuboCop and Travis improvements
* No user-facing changes
-------------------------------------------------------------------
Tue Jun 20 06:44:53 UTC 2017 - coolo@suse.com
- updated to version 1.3.0
see installed CHANGELOG.md
## [1.3.0][] (2017-06-16)
* [#109](https://github.com/mattbrictson/airbrussh/pull/109): Add configurable task prefix - [@gondalez](https://github.com/gondalez)
-------------------------------------------------------------------
Sat Apr 15 04:28:42 UTC 2017 - coolo@suse.com
- updated to version 1.2.0
see installed CHANGELOG.md
## [1.2.0][] (2017-04-14)
* [#95](https://github.com/mattbrictson/airbrussh/pull/95): colorize LogMessage label on WARN level and above - [@klyonrad](https://github.com/klyonrad)
* [#106](https://github.com/mattbrictson/airbrussh/pull/106): Remove the `log_file` parameter from the `CommandFormatter#exit_message` method; it was unused - [@mattbrictson](https://github.com/mattbrictson)
-------------------------------------------------------------------
Tue Jan 3 05:29:49 UTC 2017 - coolo@suse.com
- updated to version 1.1.2
see installed CHANGELOG.md
## [1.1.2][] (2017-01-02)
* Add Ruby 2.4.0 to testing matrix and fix Ruby 2.4 deprecation warnings
-------------------------------------------------------------------
Sat Sep 10 04:28:41 UTC 2016 - coolo@suse.com
- updated to version 1.1.1
see installed CHANGELOG.md
## [1.1.1][] (2016-09-09)
* When a Capistrano deploy fails and the error log is dumped to the console,
Airbrussh no longer truncates the error output. This ensures that important
troubleshooting information is not lost.
[#91](https://github.com/mattbrictson/airbrussh/issues/91)
-------------------------------------------------------------------
Wed Jul 27 04:28:32 UTC 2016 - coolo@suse.com
- updated to version 1.1.0
see installed CHANGELOG.md
## [1.1.0][] (2016-07-26)
* Use default color for info messages.
When using the `gray` color on some implementation of the `solarized`
theme the text is not visible. The `solarized` theme is popular and
bugs have been reported about missed error messages, so this patch
switches these messages to the default color.
(see [#84](https://github.com/mattbrictson/airbrussh/issues/84))
-------------------------------------------------------------------
Wed May 25 07:28:53 UTC 2016 - coolo@suse.com
- initial package