Skip to content

Conversation

@github-actions
Copy link
Contributor

πŸ€– New release

  • hotfix: 0.4.3 -> 0.5.0 (⚠ API breaking changes)
  • hotfix-web: 0.1.5 -> 0.1.6 (βœ“ API compatible changes)
  • hotfix-web-ui: 0.1.6 -> 0.1.7

⚠ hotfix breaking changes

--- failure function_parameter_count_changed: pub fn parameter count changed ---

Description:
A publicly-visible function now takes a different number of parameters.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#fn-change-arity
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.45.0/src/lints/function_parameter_count_changed.ron

Failed in:
  hotfix::transport::tls::create_tcp_over_tls_connection now takes 3 parameters instead of 1, in /tmp/.tmpP1Zfdc/hotfix/crates/hotfix/src/transport/socket/tls.rs:16
  hotfix::transport::socket::tls::create_tcp_over_tls_connection now takes 3 parameters instead of 1, in /tmp/.tmpP1Zfdc/hotfix/crates/hotfix/src/transport/socket/tls.rs:16
  hotfix::transport::tcp::create_tcp_connection now takes 2 parameters instead of 1, in /tmp/.tmpP1Zfdc/hotfix/crates/hotfix/src/transport/socket/tcp.rs:4
  hotfix::transport::socket::tcp::create_tcp_connection now takes 2 parameters instead of 1, in /tmp/.tmpP1Zfdc/hotfix/crates/hotfix/src/transport/socket/tcp.rs:4
Changelog

hotfix

0.5.0 - 2026-01-21

Added

  • forbid unwraps and expects in main hotfix crate (#272)

hotfix-web

0.1.6 - 2026-01-21

Added

  • forbid unwraps and expects in main hotfix crate (#272)

Other

hotfix-web-ui

0.1.7 - 2026-01-21

Other

  • updated the following local packages: hotfix


This PR was generated with release-plz.

@codecov
Copy link

codecov bot commented Jan 22, 2026

Codecov Report

βœ… All modified and coverable lines are covered by tests.
βœ… Project coverage is 89.48%. Comparing base (5482ea0) to head (0fd6f1b).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #273   +/-   ##
=======================================
  Coverage   89.48%   89.48%           
=======================================
  Files          84       84           
  Lines        8004     8004           
=======================================
  Hits         7162     7162           
  Misses        842      842           

β˜” View full report in Codecov by Sentry.
πŸ“’ Have feedback on the report? Share it here.

πŸš€ New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@davidsteiner davidsteiner merged commit f9d3f56 into main Jan 22, 2026
4 checks passed
@davidsteiner davidsteiner deleted the release-plz-2026-01-21T18-00-15Z branch January 22, 2026 08:30
@github-actions github-actions bot mentioned this pull request Jan 22, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants