Skip to content

Latest commit

 

History

History
47 lines (36 loc) · 1.3 KB

CHANGELOG.md

File metadata and controls

47 lines (36 loc) · 1.3 KB

Slash-Step ChangeLog

Next Version

Version 1.2.0 (Released 2021-09-07)

  • Update supported python version: add 3.12 & remove 3.7

Version 1.1.0 (Released 2021-09-07)

  • Use GitHub Actions CI (instead of Travis Ci)
  • Use 'pyproject.toml' for project's metadata

Version 1.0.1 (Released 2019-10-22)

  • Fix PyPi upload thourgh Travis

Version 1.0.0 (Released 2019-10-17)

  • Drop support for Python version < 3.6
  • Switch to PBR

Version 0.9.0 (Released 2015-06-01)

  • Support message with curly brackets (without args & kwargs)

Version 0.8.0 (Released 2015-03-12)

  • Support args & kwargs for STEP message

Version 0.7.0 (Released 2014-12-02)

  • Set step log color to blue

Version 0.6.1 (Released 2014-03-21)

  • Fix gossip hook names to: slash.step_start, slash.step_success, slash.step_error and slash.step_end

Version 0.6.0 (Released 2014-03-21)

  • Port step hooks to gossip

Version 0.0.3 (Released 2013-08-19)

  • Initial version