Skip to content

2.4.3 (January 27, 2023)

Latest
Compare
Choose a tag to compare
@kmvanbrunt kmvanbrunt released this 28 Jan 00:51
· 31 commits to master since this release
  • Bug Fixes
    • Fixed ValueError caused when passing Cmd.columnize() strings wider than display_width.
  • Enhancements
    • Renamed utils.str_to_bool() -> utils.to_bool().
    • Enhanced utils.to_bool() so that it accepts and converts bool, int, and float in addition to str.