mirror of
https://github.com/adriankumpf/tesla_auth.git
synced 2026-02-27 09:54:03 +08:00
Release v0.6.3
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
# Changelog
|
||||
|
||||
## [0.6.3] - 2023-03-15
|
||||
|
||||
- Allow opening the dev tools in release mode
|
||||
|
||||
## [0.6.2] - 2023-02-20
|
||||
|
||||
- Sync `Cargo.lock` file
|
||||
@@ -70,6 +74,7 @@
|
||||
|
||||
## [0.1.0] - 2021-09-17
|
||||
|
||||
[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
|
||||
[0.6.1]: https://github.com/adriankumpf/tesla_auth/compare/v0.6.0...v0.6.1
|
||||
[0.6.0]: https://github.com/adriankumpf/tesla_auth/compare/v0.5.4...v0.5.0
|
||||
|
||||
2
Cargo.lock
generated
2
Cargo.lock
generated
@@ -2233,7 +2233,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "tesla_auth"
|
||||
version = "0.6.2"
|
||||
version = "0.6.3"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"argh",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "tesla_auth"
|
||||
version = "0.6.2"
|
||||
version = "0.6.3"
|
||||
description = "Tesla token generator"
|
||||
homepage = "https://github.com/adriankumpf/tesla_auth"
|
||||
repository = "https://github.com/adriankumpf/tesla_auth"
|
||||
|
||||
Reference in New Issue
Block a user