Skip to content

v0.2.18

Choose a tag to compare

@github-actions github-actions released this 24 Mar 12:24

0.2.18 (2026-03-24)

Code Refactoring

  • deduplicate filter normalization and relocate query param builder (#88) (6996dd5)
  • eliminate code duplication and improve type safety (#84) (a6ef06e)
  • extract batch result helpers, deduplicate retry logic, and tighten visibility (#89) (7a967fc)

Miscellaneous Chores

  • code cleanup round 4 — deduplicate errors and helpers\n\n- Extract bad_format closure in split_repository to eliminate duplicated error construction (self_update.rs)\n- Extract binary_not_found_error helper shared by extract_tar_gz_binary and extract_zip_binary (self_update.rs)\n- Add RestTransport::is_debug() to consolidate 3 redundant env var lookups (transport.rs)\n- Replace build_note_query_params with existing build_common_query_params from activity.rs (~30 lines removed) (note.rs)\n- Replace format allocation with in-place push for trailing newline (config.rs) (#86) (95b733f)