Skip to content

Releases: pawamoy/duty

1.4.3

17 Oct 15:17
Compare
Choose a tag to compare

1.4.3 - 2024-10-17

Compare with 1.4.2

Build

  • Drop support for Python 3.8 (4f5d6ec by Timothée Mazzucotelli).

1.4.2

10 Sep 11:19
Compare
Choose a tag to compare

1.4.2 - 2024-09-10

Compare with 1.4.1

Bug Fixes

  • Add missing (new) check_only argument to blacken-docs (1a6dc99 by Timothée Mazzucotelli). Issue-22

1.4.1

15 Aug 15:11
Compare
Choose a tag to compare

1.4.1 - 2024-08-15

Compare with 1.4.0

Bug Fixes

  • Fix call to eval_type (missing type_params argument on Python 3.13) (eae6c85 by Timothée Mazzucotelli).

Code Refactoring

  • Update Griffe tool (3f69fa0 by Timothée Mazzucotelli).

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