Skip to content

Releases: soartech/statick-fortify

v0.1.5

22 Apr 16:49
Compare
Choose a tag to compare

Fix

  • use ex.output instead of output (c2bf9f6)
  • open file in binary instead of text mode (2439ea1)

v0.1.4

25 Mar 17:26
Compare
Choose a tag to compare

Fix

  • catch OSError whenever we run check_output (647e74a)

v0.1.3

22 Mar 20:28
Compare
Choose a tag to compare

Fix

  • fix all of the issues with output.encode() (1e32270)
  • add missing encode() call (0da4fde)

Documentation

  • add requirements.io badge (32ec76a)

v0.1.2

21 Mar 15:33
Compare
Choose a tag to compare

0.1.2 (2019-03-21)

Bug Fixes

  • plugin: fix issues with Python 3 handling (0ff6cee)