Skip to content

v2.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 24 Apr 09:39
· 194 commits to main since this release

v2.1.0 (2022-04-24)

✨ New

  • Now the parameters passed through args are also serialized.
    def func(i: int):
        return i
    
    assert func('1') == 1

♻️ Changes

  • Small changes for release config

  • no need `cfg` settings in editorconfig.

⬆️ Dependencies

  • Bump types-toml from 0.10.4 to 0.10.5

  • Upgrade dependency black -> black[d]

  • Bump types-setuptools from 57.4.12 to 57.4.14

  • Bump types-setuptools from 57.4.11 to 57.4.12

  • Bump pre-commit from 2.17.0 to 2.18.1

  • Bump black from 22.1.0 to 22.3.0

  • Bump mypy from 0.941 to 0.942

  • Bump flake8-bugbear from 22.3.20 to 22.3.23

  • Bump flake8-bugbear from 22.1.11 to 22.3.20

  • Bump pytest from 7.1.0 to 7.1.1

  • Bump types-setuptools from 57.4.10 to 57.4.11

  • Bump mypy from 0.940 to 0.941

  • Bump mypy from 0.931 to 0.940

  • Bump pytest from 7.0.1 to 7.1.0