Skip to content

Releases: bryanhiestand/xkcd_checker

v0.2.4

26 Nov 17:49
4346136
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.3...v0.2.4

v0.2.3

08 Oct 04:50
d395f5d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.2...v0.2.3

v0.2.2

15 Jun 21:34
d41b691
Compare
Choose a tag to compare
  • update everything in requirements.txt to latest compatible versions
  • add .vscode to .gitignore

v0.2.1

07 Jun 06:53
6dd6297
Compare
Choose a tag to compare
  • 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

07 Jun 02:04
Compare
Choose a tag to compare
  • 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

31 May 23:27
3dbdaa5
Compare
Choose a tag to compare

add requiremenets.txt and some other cleanup