v0.2.0
What's Changed
- Update all non-major Python dependencies by @renovate in #6
- Update dependency mkdocs-material to ^9.4.6 by @renovate in #7
- Lock file maintenance by @renovate in #8
- Update dependency boto3 to ^1.28.68 by @renovate in #10
- Update dependency pylint to ^3.0.2 by @renovate in #11
- Lock file maintenance by @renovate in #12
- Update all non-major Python dependencies by @renovate in #13
- Lock file maintenance by @renovate in #14
- Update dependency boto3 to ^1.28.78 by @renovate in #15
- Update dependency mkdocs-material to ^9.4.8 by @renovate in #16
- Lock file maintenance by @renovate in #17
- Update dependency boto3 to ^1.28.84 by @renovate in #18
- Lock file maintenance by @renovate in #19
- Update all non-major Python dependencies by @renovate in #20
- Update dependency mkdocs-material to ^9.4.10 by @renovate in #21
- Lock file maintenance by @renovate in #22
- Update all non-major Python dependencies by @renovate in #23
- Update dependency mkdocs-material to ^9.4.13 by @renovate in #24
- Update dependency mkdocs-material to ^9.4.14 by @renovate in #25
- Lock file maintenance by @renovate in #26
- Update dependency boto3 to ^1.33.6 by @renovate in #27
- Lock file maintenance by @renovate in #28
- Update all non-major Python dependencies by @renovate in #29
- Lock file maintenance by @renovate in #32
- Update all non-major Python dependencies by @renovate in #33
- Lock file maintenance by @renovate in #35
- Update dependency boto3 to ^1.34.7 by @renovate in #36
- Update dependency mkdocs-material to ^9.5.3 by @renovate in #37
- Lock file maintenance by @renovate in #38
- Update dependency boto3 to ^1.34.11 by @renovate in #39
- Update dependency pytest to ^7.4.4 by @renovate in #40
- Lock file maintenance by @renovate in #41
- Update github/codeql-action action to v3 by @renovate in #34
- Update actions/setup-python action to v5 by @renovate in #31
- Update dependency boto3 to ^1.34.14 by @renovate in #42
- Update dependency boto3 to ^1.34.18 by @renovate in #44
- Update dependency boto3 to ^1.34.19 by @renovate in #45
- Update all non-major Python dependencies by @renovate in #46
- Bump jinja2 from 3.1.2 to 3.1.3 by @dependabot in #43
- Update all non-major Python dependencies by @renovate in #47
- Update dependency mkdocs-material to ^9.5.6 by @renovate in #49
- Update dependency pytest to v8 by @renovate in #48
- v0.2.0: bug fixes + auto-publish workflow by @brett-fitz in #50
New Contributors
- @dependabot made their first contribution in #43
Full Changelog: v0.1.3...v0.2.0
Bug Fixes
- Fixed a bug where the region provided in the config was not being used when registering and authorizing a device. This would cause invalid grants because the user needs to authorize and register the client in the region their SSO is configured in.
config.region
is now used everywhere to prevent other issues from arising.
Enhancements
- CI GitHub action now publishes to PyPI on a published release trigger
- CI GitHub action now publishes to codecov
- Stub for tests