From bbe1778cee8432258a163c501a32436219467572 Mon Sep 17 00:00:00 2001 From: Adrian Kumpf <8999358+adriankumpf@users.noreply.github.com> Date: Mon, 1 Nov 2021 22:21:12 +0100 Subject: [PATCH] Release v0.4.0 --- CHANGELOG.md | 6 ++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 25a4616..09740d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## [0.4.0] - 2021-11-01 + +- Add support for Chinese auth servers +- Reduce width of token fields + ## [0.3.0] - 2021-11-01 - Fetch the short-lived SSO tokens by default @@ -20,6 +25,7 @@ ## [0.1.0] - 2021-09-17 +[0.4.0]: https://github.com/adriankumpf/tesla_auth/compare/v0.3.0...v0.4.0 [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 diff --git a/Cargo.lock b/Cargo.lock index 3231cf5..c7bad9b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1839,7 +1839,7 @@ dependencies = [ [[package]] name = "tesla_auth" -version = "0.3.0" +version = "0.4.0" dependencies = [ "anyhow", "argh", diff --git a/Cargo.toml b/Cargo.toml index 5db2237..6abadc7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tesla_auth" -version = "0.3.0" +version = "0.4.0" description = "Tesla token generator" homepage = "https://github.com/adriankumpf/tesla_auth" repository = "https://github.com/adriankumpf/tesla_auth"