Skip to content

Releases: rust-lang/annotate-snippets-rs

annotate-snippets 0.9.2 (October 30, 2023)

30 Oct 12:00
Compare
Choose a tag to compare
  • Remove parsing of __ in title strings, fixes (#53)
  • Origin line number is not correct when using a slice with fold: true (#52)

annotate-snippets 0.9.1 (September 4, 2021)

04 Sep 20:01
Compare
Choose a tag to compare
  • Fix character split when strip code. (#37)
  • Fix off by one error in multiline highlighting. (#42)
  • Fix display of annotation for double width characters. (#46)

annotate-snippets 0.9.0 (June 28, 2020)

28 Jun 07:46
Compare
Choose a tag to compare
Pre-release
  • Add strip code to the left and right of long lines. (#36)

annotate-snippets 0.8.0 (April 14, 2020)

14 Apr 23:59
Compare
Choose a tag to compare
  • Replace ansi_term with yansi-term for improved performance. (#30)
  • Turn Snippet and Slice to work on borrowed slices, rather than Strings. (#32)
  • Fix \r\n end of lines. (#29)

annotate-snippets 0.7.0 (March 30, 2020)

30 Mar 21:14
Compare
Choose a tag to compare
  • Refactor API to use fmt::Display (#27)
  • Fix SourceAnnotation range (#27)
  • Fix column numbers (#22)
  • Derive PartialEq for AnnotationType (#19)
  • Update ansi_term to 0.12.

annotate-snippets 0.6.1 (July 23, 2019)

23 Jul 08:29
Compare
Choose a tag to compare
Pre-release
  • Fix too many anonymized line numbers (#5)

annotate-snippets 0.6.0 (June 26, 2019)

26 Jun 18:28
Compare
Choose a tag to compare
Pre-release
  • Add an option to anonymize line numbers (#3)
  • Transition the crate to rust-lang org.
  • Update the syntax to Rust 2018 idioms. (#4)

annotate-snippets 0.5.0 (January 5, 2019)

05 Jan 21:50
Compare
Choose a tag to compare

This release is a maintenance release updating code to Rust 2018 and bumping the version to better reflect the maturity of the crate.

annotate-snippets 0.1.0 (May 21, 2018)

22 May 00:52
Compare
Choose a tag to compare
Pre-release

Initial release of the crate.