Skip to content

Release v0.21.0

Compare
Choose a tag to compare
@github-actions github-actions released this 19 Sep 10:37
v0.21.0
14298fc

Hello all!

This is the first release of bandwhich after nearly 3 years of hiatus, as well as my (@cyqsimon's) first release as the new primary maintainer.

This version's main job is to fix all compilation issues that arose during the past 3 years. Therefore there are no new features, only dependency bumps and bug fixes. Despite that, I decided to raise the minor version anyways due to the various big dependency bumps and migrations (in particular, clap). You know, just in case some new behaviour is technically a breaking change.

Note to packagers:

  • From this version on, the release tags will adopt the format vM.m.p (additional v in front). You may need to update your source URL to match.
  • There are currently some spontaneous failures in TUI-related tests. From what we've observed, this is due to the TUI crate emitting extraneous events non-deterministically which are only observable by automated tests. TL;DR, it's benign; we are working on a fix (PR welcomed); meanwhile you may want to temporarily disable tests.

What's Changed

New Contributors

Full Changelog: 0.20.0...v0.21.0