Skip to content

m1-workspace v0.10.1

Choose a tag to compare

@github-actions github-actions released this 14 Jun 00:09
e90b98c

What's Changed

  • fix: clamp out-of-range LineIndex columns to EOL; bounds-check [format] line_width by @nedlane in #36
  • fix: trailing-newline diff bug, max_blank_lines validation, README pin by @C-Nucifora in #37
  • fix: handle CRLF line endings in LineIndex and unified diff by @C-Nucifora in #38
  • fix: find_upward skips symlinks, mirroring walk_ext guard by @C-Nucifora in #39
  • fix: reject single-character named diagnostic codes by @nedlane in #41

Full Changelog: v0.10.0...v0.10.1

Consume

Source-only release — the git tag is the deliverable; Cargo builds it from source:

[dependencies]
m1-workspace = { git = "https://github.com/nedlane/m1-workspace", tag = "v0.10.1" }