Skip to content

0.9.3 (July 12, 2018)

Compare
Choose a tag to compare
@kmvanbrunt kmvanbrunt released this 12 Jul 18:03
· 2534 commits to master since this release
  • Bug Fixes
    • Fixed bug when StatementParser __init__() was called with terminators equal to None
    • Fixed bug when Cmd.onecmd() was called with a raw str
  • Enhancements
    • Added --clear flag to history command that clears both the command and readline history.
  • Deletions
    • The CmdResult helper class which was deprecated in the previous release has now been deleted
      • It has been replaced by the improved CommandResult class