Skip to content

Releases: PurpleBooth/mit-lint

Release v3.0.0

01 Nov 07:35
Compare
Choose a tag to compare

Changelog

v3.0.0 (2021-11-01)

Build

Ci

Fix

  • Breaking Change: Bump mit-commit (b7d4fdb)

Refactor

  • Rewrite the success test for conventional commits (1189cae)

Test

Release v2.2.4

16 Oct 08:53
Compare
Choose a tag to compare

Changelog

v2.2.4 (2021-10-16)

Build

Fix

  • Correct problem we are getting false positives for gutter test (96ec8fe)
  • Upgrade packages (6dd9331)
  • Correct miette to released version (4521ce9)

Refactor

  • Limit repeats to something sensible (eff1d3c)

Release v2.2.3

12 Oct 20:25
Compare
Choose a tag to compare

Changelog

v2.2.3 (2021-10-12)

Build

Ci

  • Use newly named release workflow (f36fa2f)

Fix

  • Correct failing tests (d458698)
  • Add some length constraints of trailers to prevent overflow (6c019f9)

Refactor

  • Follow clippy advice (baaee01)
  • Move tests out of the lint, and use quickcheck (8227ab1)

Release v2.2.2

07 Oct 18:42
Compare
Choose a tag to compare

Changelog

v2.2.2 (2021-10-07)

Build

Ci

Fix

  • Publish to cargo using common workflow (e634aee)
  • Correct the release pat; (1acc76c)

Release v2.2.1

06 Oct 18:38
Compare
Choose a tag to compare

Changelog

v2.2.1 (2021-10-06)

Build

Ci

  • Bump ncipollo/release-action from 1.8.9 to 1.8.10 (d671bd7)

Fix

  • Change formatting to match new format (80270a6)

Release v2.2.0

29 Sep 20:57
Compare
Choose a tag to compare

Changelog

v2.2.0 (2021-09-29)

Build

Feat

Fix

  • Add a nice bit of detail to the lint message (efdb539)

Release v2.1.0

29 Sep 17:44
Compare
Choose a tag to compare

Changelog

v2.1.0 (2021-09-29)

Build

Feat

  • Add more diagnostics to our errors (cb0faff)

Release v2.0.1

28 Sep 20:31
Compare
Choose a tag to compare

Changelog

v2.0.1 (2021-09-28)

Build

Fix

Release v2.0.0

28 Sep 18:31
Compare
Choose a tag to compare

Changelog

v2.0.0 (2021-09-28)

Build

Docs

  • Correct urls in changelogs (650fc49)

Feat

  • Breaking Change: Nicer prettier error messages (5538a87)

Release v1.0.0

27 Sep 14:30
Compare
Choose a tag to compare

Changelog

v1.0.0 (2021-09-27)

Build

Feat

  • Breaking Change: Problems now implement Diagnosis (3a179c4)

Refactor

  • Add another bench for async stuff (de5f02a)