Skip to content

textwrap-0.16.1

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 17 Feb 16:35
39914e0

Version 0.16.1 (2024-02-17)

This release fixes display_width to ignore inline-hyperlinks. The minimum
supported version of Rust is now documented to be 1.56.

  • #526: Ignore ANSI hyperlinks
    in display_width: calculations.
  • #521: Add Options::width
    setter method.
  • #520: Clarify that
    WordSeparator is an enum rather than a trait.
  • #518: Test with latest stable
    and nightly Rust, but check that we can build with Rust 1.56.