Skip to content

Releases: pawamoy/yore

0.3.4

08 Mar 18:03
Compare
Choose a tag to compare

0.3.4 - 2025-03-08

Compare with 0.3.3

Bug Fixes

  • Exit with code 1 if yore check found issues (a32c470 by Timothée Mazzucotelli).

0.3.3

25 Feb 18:58
Compare
Choose a tag to compare

0.3.3 - 2025-02-25

Compare with 0.3.2

Bug Fixes

  • Remove a leftover investigation print (3ec4795 by Bartosz Sławecki). PR-11

0.3.2

25 Feb 17:22
Compare
Choose a tag to compare

0.3.2 - 2025-02-25

Compare with 0.3.1

Bug Fixes

  • Fix yore script path (f877a6b by Bartosz Sławecki). PR-10

0.3.1

24 Feb 15:54
Compare
Choose a tag to compare

0.3.1 - 2025-02-24

Compare with 0.3.0

Code Refactoring

  • Move modules under _internal, update docs (7d59de0 by Timothée Mazzucotelli).

0.3.0

24 Feb 15:17
Compare
Choose a tag to compare

0.3.0 - 2025-02-24

Compare with 0.2.0

Features

0.2.0

14 Aug 17:04
Compare
Choose a tag to compare

0.2.0 - 2024-08-14

Compare with 0.1.0

Breaking changes

  • yore.cli.CommandCheck.warn_before_eol: Public object was renamed eol_within
  • yore.cli.CommandCheck.__init__(warn_before_eol): Parameter was renamed eol_within
  • yore.cli.CommandFix.fix_before_eol: Public object was renamed eol_within
  • yore.cli.CommandFix.__init__(fix_before_eol): Parameter was renamed eol_within
  • yore.lib.BlockOrLine: Public object was removed
  • yore.lib.YoreComment.check(bump): Parameter kind was changed: positional or keyword -> keyword-only
  • yore.lib.YoreComment.check(warn_before_eol): Parameter was renamed eol_within
  • yore.lib.YoreComment.fix(bump): Parameter kind was changed: positional or keyword -> keyword-only
  • yore.lib.YoreComment.fix(fix_before_eol): Parameter was renamed eol_within
  • yore.lib.eol_dates: Public object was renamed python_dates

Features

  • Implement BOL (Beginning of Life) comments (57f9e90 by Timothée Mazzucotelli). Issue-5
  • Support "file" scope (11e0cd2 by Timothée Mazzucotelli). Issue-2

0.1.0

27 Jun 13:05
Compare
Choose a tag to compare

0.1.0 - 2024-06-27

Compare with first commit

Features

  • Implement initial version (68ca0cb by Timothée Mazzucotelli).
  • Generate project with Copier UV template (30ec3c1 by Timothée Mazzucotelli).