Skip to content

0.5.0

Latest
Compare
Choose a tag to compare
@hackebrot hackebrot released this 26 Jul 12:55

Features

  • Add support for multiline strings, thanks to @maebert (#22)

    longtext: >
        This is a multiline string.
        It can contain all manners of characters.
    
        Single line breaks are ignored,
        but blank linkes cause line breaks.

Bugfixes

  • Fix link to poyo on PyPI, thanks to @mrshu (#20)
  • Trim trailing whitespace in variable, thanks to @hackebrot (#25)

Improvements

  • Update project to use src directory, thanks to @hackebrot (#24)
  • Convert rst files to md, thanks to @Um9i (#28)
  • Reformat code base with black, thanks to @Um9i (#29)