Skip to content

Commit

Permalink
improved error messages and server error handling
Browse files Browse the repository at this point in the history
  • Loading branch information
tillsteinbach committed Jul 26, 2021
1 parent 56b39d1 commit 626d9bc
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
## [Unreleased]
- No unreleased changes so far

## [0.12.2] - 2021-07-26
### Changed
- Improved error message when user consent is missing
- More robust against server side errors when refreshing the tokens
- API updated to version 0.13.2

## [0.12.1] - 2021-07-26
### Fixed
- Import of subpackages
Expand Down Expand Up @@ -150,7 +156,8 @@ All notable changes to this project will be documented in this file.
## [0.1.0] - 2021-05-26
Initial release

[unreleased]: https://github.com/tillsteinbach/WeConnect-cli/compare/v0.12.1..HEAD
[unreleased]: https://github.com/tillsteinbach/WeConnect-cli/compare/v0.12.2..HEAD
[0.12.2]: https://github.com/tillsteinbach/WeConnect-cli/releases/tag/v0.12.2
[0.12.1]: https://github.com/tillsteinbach/WeConnect-cli/releases/tag/v0.12.1
[0.12.0]: https://github.com/tillsteinbach/WeConnect-cli/releases/tag/v0.12.0
[0.11.4]: https://github.com/tillsteinbach/WeConnect-cli/releases/tag/v0.11.4
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
weconnect==0.13.1
weconnect==0.13.2
ascii_magic>=1.5.5

0 comments on commit 626d9bc

Please sign in to comment.