Skip to content

Releases: pawamoy/duty

1.4.0

23 May 15:39
Compare
Choose a tag to compare

1.4.0 - 2024-05-19

Compare with 1.3.0

Features

  • Allow passing additional arguments, preventing their interpretation by delimitating them with -- if needed (9df0437 by Timothée Mazzucotelli). Issue-15
  • Rewrite callables as "tools", to allow building the command value automatically (55c9b9f by Timothée Mazzucotelli). Issue-21
  • Expose all callables in their parent module (e3357b9 by Timothée Mazzucotelli).
  • Add callable for Griffe (36644c4 by Timothée Mazzucotelli).
  • Add callable for git-changelog (c236b43 by Timothée Mazzucotelli).
  • Add callable for build (efbe66e by Timothée Mazzucotelli). Issue-18
  • Add callable for Twine (608c1c2 by Timothée Mazzucotelli). Issue-19

1.3.0

28 Apr 11:33
Compare
Choose a tag to compare

1.3.0 - 2024-04-28

Compare with 1.2.0

Features

  • Support duty parameters annotated as type unions, with both old and modern syntax, even on Python 3.8 and 3.9 (e8ca7c1 by Timothée Mazzucotelli).

1.2.0

31 Jan 17:26
Compare
Choose a tag to compare

1.2.0 - 2024-01-31

Compare with 1.1.0

Features

  • Support safety v3 in safety callable (5f832b1 by Timothée Mazzucotelli).

1.1.0

25 Oct 15:53
Compare
Choose a tag to compare

1.1.0 - 2023-10-25

Compare with 1.0.0

Dependencies

  • Exclude failprint 1.0 from accepted versions (25f088a by Timothée Mazzucotelli).

Features

  • Add format command to Ruff callable (d462425 by Kyle Wigley). PR #16