Skip to content

Releases: smkent/safeway-coupons

v0.1.8

05 Nov 06:01
0d7bb90
Compare
Choose a tag to compare

What's Changed

  • Add support for accounts configuration file in container image by @smkent in #61

Full Changelog: v0.1.7...v0.1.8

v0.1.7

04 Nov 07:38
44612c4
Compare
Choose a tag to compare

What's Changed

  • Apply updates from upstream project template by @smkent in #58
  • Apply updates from upstream project template by @smkent in #59
  • Update project dependencies via poetry update by @smkent in #60

Full Changelog: v0.1.6...v0.1.7

v0.1.6

27 Oct 07:29
ba08308
Compare
Choose a tag to compare

What's Changed

  • Update project dependencies via poetry update by @smkent in #54
  • Fix environment-based config loader to use documented env vars by @smkent in #55
  • Apply updates from upstream project template by @smkent in #56
  • Add Docker container and example docker-compose configuration by @smkent in #57

Full Changelog: v0.1.5...v0.1.6

v0.1.5

25 Oct 07:24
316ab92
Compare
Choose a tag to compare

What's Changed

  • Apply updates from upstream project template by @smkent in #49
  • Update project dependencies via "poetry update" by @smkent in #50
  • Update project dependencies via poetry update by @smkent in #52
  • Apply updates from upstream project template by @smkent in #53

Full Changelog: v0.1.4...v0.1.5

v0.1.4

28 Aug 17:04
16d1797
Compare
Choose a tag to compare

What's Changed

  • Apply updates from upstream project template by @smkent in #42
  • Apply updates from upstream project template by @smkent in #43
  • Apply updates from upstream project template by @smkent in #44
  • Update package dependencies by @smkent in #45
  • Set development status to beta by @smkent in #46
  • Apply updates from upstream project template by @smkent in #47

Full Changelog: v0.1.3...v0.1.4

v0.1.3

26 Aug 06:24
8603ab1
Compare
Choose a tag to compare

What's Changed

  • Update README.md for installation and usage via PyPI by @smkent in #39
  • Add app invocation unit tests by @smkent in #40
  • Apply updates from upstream project template by @smkent in #41

Full Changelog: v0.1.2...v0.1.3

v0.1.2

25 Aug 16:00
554f650
Compare
Choose a tag to compare

What's Changed

  • Add PyPI badges from upstream template by @smkent in #34
  • Don't send email if run with -p/--pretend/--dry-run by @smkent in #37
  • Exit with an error message if no Safeway accounts are configured by @smkent in #38

Full Changelog: v0.1.1...v0.1.2

v0.1.1

25 Aug 07:36
ba0977a
Compare
Choose a tag to compare

What's Changed

  • Add requests to package dependencies by @smkent in #33

Full Changelog: v0.1.0...v0.1.1

v0.1.0

25 Aug 05:53
66f0873
Compare
Choose a tag to compare

Initial release to PyPI after rewriting safeway-coupons as a Python package.

What's Changed

  • Fixes tuple index out of range by @borgified in #2
  • fix: update deprecated function call by @trentontrees in #10
  • Updated to work with Safeway's new Okta login. by @jmacknet in #21
  • Recreate safeway-coupons project using cookie-python by @smkent in #25
  • Move toplevel main.py code into main() by @smkent in #26
  • Rewrite safeway-coupons for use as a Python package by @smkent in #27
  • Enable publishing to test PyPI by @smkent in #28
  • Build package in CD workflow if either PyPI target is enabled by @smkent in #30
  • Enable publishing to PyPI by @smkent in #29

New Contributors

Full Changelog: https://github.com/smkent/safeway-coupons/commits/v0.1.0