Skip to content

Commit

Permalink
Release v0.5.0
Browse files Browse the repository at this point in the history
Closes #34
  • Loading branch information
adriankumpf committed Apr 9, 2022
1 parent ef4323d commit 19111ad
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## [0.5.0] - 2022-04-09

- Remove ability to generate Owner API tokens as Tesla does not support them anymore
- Upgrade `wry` to 0.15

## [0.4.2] - 2022-02-10

- Upgrade `wry` to 0.13
Expand Down Expand Up @@ -33,6 +38,7 @@

## [0.1.0] - 2021-09-17

[0.5.0]: https://github.com/adriankumpf/tesla_auth/compare/v0.4.2...v0.5.0
[0.4.2]: https://github.com/adriankumpf/tesla_auth/compare/v0.4.1...v0.4.2
[0.4.1]: https://github.com/adriankumpf/tesla_auth/compare/v0.4.0...v0.4.1
[0.4.0]: https://github.com/adriankumpf/tesla_auth/compare/v0.3.0...v0.4.0
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tesla_auth"
version = "0.4.2"
version = "0.5.0"
description = "Tesla token generator"
homepage = "https://github.com/adriankumpf/tesla_auth"
repository = "https://github.com/adriankumpf/tesla_auth"
Expand Down

0 comments on commit 19111ad

Please sign in to comment.