Skip to content

v1.0.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 27 Apr 04:56
· 1 commit to master since this release
68f1d1a

It's about time for a 1.0 release. This crate has been stable over the years.

Breaking changes

Formally define MSRV (minimum supported rust version) to 1.63.

Added

  • new method unicode_truncate_centered. Thanks @EdJoPaTo (#2, #3)

Fixed

  • prevent arithmetic side effects (#7)
  • do not include zero-width characters at boundaries when truncate_start

Other

  • use release-plz
  • use renovate (#4)
  • move from Travis to Github Action
  • update Rust crate criterion to 0.5 (#5)
  • fix broken links
  • Check in Cargo.lock per the latest guide