Skip to content

Release v0.7.6.5

Choose a tag to compare

@github-actions github-actions released this 16 Aug 11:22
· 11 commits to main since this release

Changelog for 0.7.6.5

  • 2026-08-13

Fixed

  • Version comparison no longer ignores the 4th segment. parse_version truncated versions to 3 parts (0.7.6.3 and 0.7.6.4 both became (0,7,6)), so ohub check reported "Up to date" even when a newer patch release existed (e.g. current 0.7.6.3 vs latest 0.7.6.4). Now all segments are kept; short versions still pad (1.2 → (1,2,0)). Regression tests added.