This release includes several updates to the qbop
project, focusing on version upgrades and logging improvements. The most important changes include updating the base image in the Dockerfile
, upgrading gem versions in the Gemfile
, and refining log messages in the main script.
Version upgrades:
Dockerfile
: Updated the base image fromruby:3.4-slim
toruby:3.4.1-slim
.Gemfile
: Upgraded thelogger
gem to version1.6.5
and therubocop
gem to version1.70
.
Logging improvements:
qbop.rb
: Enhanced the log message in the loop to include the script version.qbop.rb
: Refined the log message for the forwarded port returned by Proton.
Full Changelog: v0.11.2...v0.11.3