Skip to content

Releases: python-poetry/crashtest

0.4.1

02 Nov 21:16
0.4.1
c9b7dfa
Compare
Choose a tag to compare

Fixed

  • Fixed too narrow type in Inspector class

0.4.0

03 Aug 17:14
0.4.0
8435ee7
Compare
Choose a tag to compare

Fixed

  • Fixed a decoding error by forcing 'utf-8' encoding when opening a file. (#5)

Misc

  • Added typing
  • Fixed multiple issues raised by flake8 and plugins
  • Updated dependencies (both package and dev)
  • Bumped Python versions to 3.7+

0.3.1

31 Jul 13:32
0.3.1
db4bbb7
Compare
Choose a tag to compare

Fixed

  • Fixed an error when trying to retrieve the line of a frame with no context (#2).