Skip to content

Releases: snakemake/snakefmt

Version 0.1.4

07 Sep 11:24
Compare
Choose a tag to compare

0.1.4

Fixed

  • Add parsing support for format and raw (f/r) triple-quoted strings [#59].

Version 0.1.3

27 Jul 02:42
Compare
Choose a tag to compare

0.1.3

Fixed

  • Version was not correctly updated in 0.1.2.

Version 0.1.2

27 Jul 02:22
Compare
Choose a tag to compare

0.1.2

This release will potentially produce different output to previous versions. Previously,
when passing code to black for formatting, we were not allowing for the indentation
level of the code. For example, if a line has an indentation level of two and the code
is 40 characters long, the line is 48 characters long. However, we were only passing the
40 characters of code to black meaning, in the running example, if you had set
--line-length 45 the line would not have been formatted. This behaviour is now fixed.

Changed

  • When passing code to black, reduce the line length by the indentation level.

Version 0.1.1

01 Jul 00:58
Compare
Choose a tag to compare

0.1.1

Fixed

  • f-strings with triple quotes are now correctly handled [#55]

First release v0.1.0!

26 Jun 02:05
ad48be0
Compare
Choose a tag to compare

0.1.0

Added

  • First release - so everything you see is new!