Skip to content

Version 0.10.2

Compare
Choose a tag to compare
@netromdk netromdk released this 15 Aug 12:48
· 515 commits to master since this release
f4bb3ce
  • Disable fstring self-doc detection by default (#39)
    • This is done since the built-in AST cannot distinguish f'{a=}' from f'a={a}', for instance, because it optimizes some information away. And this incorrectly marks some source code as using fstring self-doc when only using general fstring.
    • fstring self-doc detection can be enabled via --feature fstring-self-doc, though it is seen as unstable at this point
  • Correctly enumerate backport modules for stringification (it was correct but now it isn't using a hardcoded list of modules to determine maximum string lengh)
  • Fixed security advisory by upgrading bleach from 3.1.1 to 3.1.2 (GHSA-m6xf-fq7q-8743) and 3.1.2 to 3.1.4 (GHSA-vqhp-cxgc-6wmm)
  • Updated Arch Linux (AUR) installation (#41)