Skip to content

1.44.0

Choose a tag to compare

@github-actions github-actions released this 07 Dec 00:31
· 157 commits to master since this release
8eea534

Added

  • Add f'{format}' strings (#2985 by casey)
  • Use double braces {{…}} for format strings (#2993 by casey)
  • Stabilize [script] attribute (#2988 by casey)

Changed

  • Allow newlines in interpolations and } to abut interpolation }} (#2992 by casey)

Misc