Skip to content

Commit

Permalink
Release v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adriankumpf committed Nov 1, 2021
1 parent b929440 commit 62e2e81
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [0.3.0] - 2021-11-01

- Fetch the short-lived SSO tokens by default
- Add flag (`-o`, `--owner-api-token`) for enabling SSO token exchange to long-lived Owner API tokens
- Log URL changes

## [0.2.0] - 2021-09-17

- Render tokens an callback page
Expand All @@ -14,6 +20,7 @@

## [0.1.0] - 2021-09-17

[0.3.0]: https://github.com/adriankumpf/tesla_auth/compare/v0.2.0...v0.3.0
[0.2.0]: https://github.com/adriankumpf/tesla_auth/compare/v0.1.1...v0.2.0
[0.1.1]: https://github.com/adriankumpf/tesla_auth/compare/v0.1.0...v0.1.1
[0.1.0]: https://github.com/adriankumpf/tesla_auth/compare/bd52d8b...v0.1.0
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.1.0"
version = "0.3.0"
description = "Tesla token generator"
homepage = "https://github.com/adriankumpf/tesla_auth"
repository = "https://github.com/adriankumpf/tesla_auth"
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,13 @@ Multi-factor authentication (MFA) and Captcha are supported.

```plain
❯ tesla_auth --help
Usage: tesla_auth [-d]
Usage: tesla_auth [-o] [-d]
Tesla API tokens generator
Options:
-o, --owner-api-token
exchange SSO access token for long-lived Owner API token
-d, --debug print debug output
--help display usage information
```
Expand Down

0 comments on commit 62e2e81

Please sign in to comment.