- Update supported python version: add 3.13, 3.14
- Publish to PyPi through CI
- Remove code compatibility for unsupported python versions
- Update supported python version: add 3.12 & remove 3.7
- Use GitHub Actions CI (instead of Travis Ci)
- Use 'pyproject.toml' for project's metadata
- Fix PyPi upload thourgh Travis
- Drop support for Python version < 3.6
- Switch to PBR
- Support message with curly brackets (without args & kwargs)
- Support args & kwargs for STEP message
- Set step log color to blue
- Fix gossip hook names to:
slash.step_start,slash.step_success,slash.step_errorandslash.step_end
- Port step hooks to gossip
- Initial version