Skip to content

Commit

Permalink
Release v0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adriankumpf committed May 23, 2023
1 parent 701b674 commit f88ccc6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## [0.8.0] - 2023-05-23

- Do not clear browsing data at startup by default as it can cause issues on macOS. See `tesla_auth --help`

## [0.7.0] - 2023-05-05

- Clear browsing data at startup (can be disabled with the `-k` flag. See `tesla_auth --help`)
Expand Down Expand Up @@ -78,6 +82,7 @@

## [0.1.0] - 2021-09-17

[0.8.0]: https://github.com/adriankumpf/tesla_auth/compare/v0.7.0...v0.8.0
[0.7.0]: https://github.com/adriankumpf/tesla_auth/compare/v0.6.3...v0.7.0
[0.6.3]: https://github.com/adriankumpf/tesla_auth/compare/v0.6.2...v0.6.3
[0.6.2]: https://github.com/adriankumpf/tesla_auth/compare/v0.6.1...v0.6.2
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.7.0"
version = "0.8.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 f88ccc6

Please sign in to comment.