Skip to content

Latest commit

 

History

History
59 lines (40 loc) · 1.57 KB

CHANGELOG.md

File metadata and controls

59 lines (40 loc) · 1.57 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

0.2.0 - 2020-10-19

Added

  • Created CODE_OF_CONDUCT.md
  • Add a pre-commit hook to run tests before commiting.
  • Added CONTRIBUTING.md

Modified

  • Translated the issue templates into English.

Deleted

  • Deleted the default workflow pythonapp.yml

0.1.0 - 2020-07-20

Added

  • Add Issues and Pull-Request templates.
  • Configure repository to perform CI/CD by adding a nox configuration file and two workflows for GitHub Actions.
  • New pytest, pytest-cov and isort config files.
  • Change from pyTelegramBotAPI to python-telegram-bot due to easy built-in webhook integration and great documentation.
  • Add tests for the etsiit_bot module.
  • Modify glitch.json to match new bot settings.

Modified

  • Moved bot code to it's own module.

0.0.1 - 2020-04-27

Added

  • Base code.
  • Changelog to keep a changes log.
  • Populated README.md with a brief description of the project.
  • Added LICENSE.txt file.
  • Some initial WIKI pages.
  • Added Python gitignore.
  • Added new badge to informm about new releases.