mirror of
https://github.com/adriankumpf/tesla_auth.git
synced 2026-02-27 09:54:03 +08:00
Release v0.11.0
This commit is contained in:
@@ -1,5 +1,10 @@
|
||||
# Changelog
|
||||
|
||||
## [0.11.0] - 2025-11-09
|
||||
|
||||
- Fixed crash after generating tokens
|
||||
- Update dependencies
|
||||
|
||||
## [0.10.0] - 2024-12-30
|
||||
|
||||
- Upgrade wry to 0.47
|
||||
@@ -92,6 +97,7 @@
|
||||
|
||||
## [0.1.0] - 2021-09-17
|
||||
|
||||
[0.10.0]: https://github.com/adriankumpf/tesla_auth/compare/v0.10.0...v0.11.0
|
||||
[0.10.0]: https://github.com/adriankumpf/tesla_auth/compare/v0.9.0...v0.10.0
|
||||
[0.9.0]: https://github.com/adriankumpf/tesla_auth/compare/v0.8.0...v0.9.0
|
||||
[0.8.0]: https://github.com/adriankumpf/tesla_auth/compare/v0.7.0...v0.8.0
|
||||
|
||||
2
Cargo.lock
generated
2
Cargo.lock
generated
@@ -2694,7 +2694,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "tesla_auth"
|
||||
version = "0.10.0"
|
||||
version = "0.11.0"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"argh",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "tesla_auth"
|
||||
version = "0.10.0"
|
||||
version = "0.11.0"
|
||||
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