Releases: bryanhiestand/xkcd_checker
Releases · bryanhiestand/xkcd_checker
v0.2.4
v0.2.3
v0.2.2
- update everything in requirements.txt to latest compatible versions
- add .vscode to .gitignore
v0.2.1
- create Emailer object
- begin to refactor logging and exception handling
- use https to access xkcd
- make sendgrid import conditional again
v0.2.0 Simplified Configuration
- use .env file to source environment variables for configuration
- refactor configuration to config object from python import
- update README.md
- update requirements.txt
v0.1.1
add requiremenets.txt and some other cleanup