Skip to content

Releases: nedlane/m1-workspace

m1-workspace v0.13.0

Choose a tag to compare

@github-actions github-actions released this 03 Jul 14:30
cf1b5b8

What's Changed

  • build(deps): bump actions/checkout from 6 to 7 by @dependabot[bot] in #45
  • Audit fixes: deterministic config pick, EOL-diff contract, UTF-16 decode, flat LCS by @nedlane in #49

Full Changelog: v0.12.0...v0.13.0

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.13.0" }

m1-workspace v0.12.0

Choose a tag to compare

@github-actions github-actions released this 18 Jun 23:27
3612f48

What's Changed

  • Add [format] exclude glob list (formatter pair of [lint] exclude) by @nedlane in #46
  • fix(diff): cap LCS table size so oversized inputs cannot OOM by @nedlane in #47
  • release: v0.12.0 by @nedlane in #48

Full Changelog: v0.11.0...v0.12.0

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.12.0" }

m1-workspace v0.11.0

Choose a tag to compare

@github-actions github-actions released this 14 Jun 09:17
f137b67

What's Changed

  • refactor: extract shared is_tool_code helper for the [A-Z][0-9]{3} shape by @nedlane in #43
  • feat(config): per-rule severity overrides in [diagnostics.severity] by @nedlane in #44

Full Changelog: v0.10.2...v0.11.0

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.11.0" }

m1-workspace v0.10.2

Choose a tag to compare

@github-actions github-actions released this 14 Jun 08:58
d5aac3b

What's Changed

  • fix: find_config_file skips symlinks, mirroring walk_ext/find_upward guard by @nedlane in #42

Full Changelog: v0.10.1...v0.10.2

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.2" }

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" }

m1-workspace v0.10.0

Choose a tag to compare

@github-actions github-actions released this 12 Jun 13:50
ec54c46

What's Changed

  • docs: refresh README to current API; add AGENTS.md + CLAUDE.md by @nedlane in #28
  • feat: strict config discovery, unknown-key reporting, encoding-aware LineIndex by @nedlane in #31
  • release: v0.10.0 by @nedlane in #32

Full Changelog: v0.9.0...v0.10.0

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.0" }

m1-workspace v0.9.0

Choose a tag to compare

@github-actions github-actions released this 12 Jun 04:46
19049dc

What's Changed

  • chore: declare rust-version = 1.88 with an MSRV CI job by @nedlane in #23
  • CI concurrency groups (m1-tools#27) by @nedlane in #24
  • feat: FormatSection continuation_indent / align_assignments / reflow_comments (#25) by @C-Nucifora in #27

New Contributors

Full Changelog: v0.8.1...v0.9.0

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.9.0" }

m1-workspace v0.8.1

Choose a tag to compare

@github-actions github-actions released this 11 Jun 07:12
20c4a9c

What's Changed

  • ci: richer releases — generated changelog + consume/install docs by @nedlane in #21
  • build(deps): bump toml from 0.8.23 to 1.1.2+spec-1.1.0 by @dependabot[bot] in #15
  • release v0.8.1: toml 1.x by @nedlane in #22

New Contributors

Full Changelog: v0.8.0...v0.8.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.8.1" }

m1-workspace v0.8.0

Choose a tag to compare

@github-actions github-actions released this 09 Jun 20:04
fd7986d

What's Changed

Full Changelog: v0.7.0...v0.8.0

m1-workspace v0.7.0

Choose a tag to compare

@github-actions github-actions released this 09 Jun 19:43
9d595a9

What's Changed

  • [diagnostics] ignore_symbols: symbol-scoped suppression by @nedlane in #19

Full Changelog: v0.6.0...v0.7.0