Skip to content

v0.5.0

Choose a tag to compare

@rhysd rhysd released this 07 Jul 14:51
· 76 commits to main since this release

This is a maintenance release for supporting recent versions of ratatui crate.

  • BREAKING CHANGE: Bump the minimal versions of the following dependencies. If you're depending on the crates older than the following versions, please upgrade them before upgrading this crate. (#69, thanks @joshka)
    • ratatui 0.27.0
    • termion 0.4.0
    • termwiz 0.22.0
  • YankText now implements Display instead of ToString directly. Since ToString is implemented for any types which implement Display, this is not a breaking change.