Skip to content

Releases: gospodima/mdrefcheck

Release v0.2.1

24 Jan 13:53

Choose a tag to compare

What's Changed

Full Changelog: v0.2.0...v0.2.1

Release v0.2.0

19 Nov 20:06

Choose a tag to compare

What's Changed

  • Significant performance improvements:
    • DashMap + parallel file processing with rayon
    • Rewritten md file scanning with ignore
    • Reduced canonicalize usage, path-clean is used where possible
  • Ignore files support via ignore crate (use --no-ignore flag to disable)
  • Verbosity flags
  • More info in output and other minor changes

PR:

  • feat: performance improvements, ignore file support, verbosity flags by @gospodima in #7

Full Changelog: v0.1.8...v0.2.0

Release v0.1.8

22 Sep 20:04

Choose a tag to compare

What's Changed

  • fix: use require_serial: true, restructure configs, resolve clippy warnings by @gospodima in #6

Full Changelog: v0.1.7...v0.1.8

Release v0.1.7

18 Sep 18:54

Choose a tag to compare

What's Changed

Full Changelog: v0.1.6...v0.1.7

Release v0.1.6

16 Sep 19:27

Choose a tag to compare

What's Changed

  • feat: add pre-commit integration, version flag, improve README by @gospodima in #3

Full Changelog: v0.1.5...v0.1.6

Release v0.1.5

14 Sep 14:15

Choose a tag to compare

Changelog

[0.1.5] - 2025-09-14

  • First properly published release