v0.5.0
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
YankTextnow implementsDisplayinstead ofToStringdirectly. SinceToStringis implemented for any types which implementDisplay, this is not a breaking change.