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
- Created CODE_OF_CONDUCT.md
- Add a pre-commit hook to run tests before commiting.
- Added CONTRIBUTING.md
- Translated the issue templates into English.
- Deleted the default workflow pythonapp.yml
0.1.0 - 2020-07-20
- 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
andisort
config files. - Change from
pyTelegramBotAPI
topython-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.
- Moved bot code to it's own module.
0.0.1 - 2020-04-27
- 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.