Skip to content

Releases: keewis/blackdoc

v0.4.5

21 Oct 19:08
9c71910

Choose a tag to compare

What's Changed

Full Changelog: v0.4.4...v0.4.5

v0.4.4

18 Oct 17:28
a293d73

Choose a tag to compare

What's Changed

  • new changelog section by @keewis in #255
  • Fix TypeError: decode_bytes() missing 1 required positional argument 'mode' by @cgohlke in #256
  • bugfix release: 0.4.4 by @keewis in #260

Full Changelog: v0.4.3...v0.4.4

v0.4.3

30 Sep 06:35
1c89dc3

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.4.2...v0.4.3

v0.4.2

28 Sep 09:41
f123c5c

Choose a tag to compare

What's Changed

Full Changelog: v0.4.1...v0.4.2

v0.4.1

26 Jun 13:01
aca7eef

Choose a tag to compare

What's Changed

Full Changelog: v0.4.0...v0.4.1

v0.4.0

14 Jun 12:42
ed36ca3

Choose a tag to compare

What's Changed

Full Changelog: v0.3.10...v0.4.0

v0.3.10

09 Jun 19:30
0122c69

Choose a tag to compare

What's Changed

Full Changelog: v0.3.9...v0.3.10

v0.3.9

04 Nov 17:14
cc8a7c5

Choose a tag to compare

New Features

  • version hook: allow synchronizing the version with the pre-commit mirror (#180)

Maintenance

  • drop support for running on the EOL'ed python 3.7 (#186)
  • officially support running on python 3.12 (#185)

v0.3.8

03 Nov 14:35

Choose a tag to compare

New features

Bug fixes

  • support doctest lines in rST code blocks (#150, #151)
  • split chained statements into multiple doctest lines (#143, #155, #158)

Maintenance

  • drop support for python 3.6 (#153)
  • officially support python 3.11 (#163, #164)

v0.3.7

13 Sep 09:36

Choose a tag to compare

Bug fixes:

  • rewrite the triple-quote reconstruction algorithm to finally fix the regression from v0.3.5 (#144)

New features:

  • switch to the furo theme (#149)
  • add a hook to synchronize the version of black from the black hook with the one from additional_dependencies (#124)