From 1dbc427ff675e5d447e1fc6dbe45f4a85fbe4e3f Mon Sep 17 00:00:00 2001 From: Adrian Kumpf <8999358+adriankumpf@users.noreply.github.com> Date: Mon, 20 Feb 2023 19:34:40 +0100 Subject: [PATCH] Release v0.6.2 --- CHANGELOG.md | 5 +++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7189482..4f1300b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## [0.6.2] - 2023-02-20 + +- Sync `Cargo.lock` file + ## [0.6.1] - 2023-02-19 - Bump `wry` to 0.27.0 @@ -66,6 +70,7 @@ ## [0.1.0] - 2021-09-17 +[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 [0.5.4]: https://github.com/adriankumpf/tesla_auth/compare/v0.5.3...v0.5.4 diff --git a/Cargo.lock b/Cargo.lock index 148a228..2fa756c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2288,7 +2288,7 @@ dependencies = [ [[package]] name = "tesla_auth" -version = "0.6.0" +version = "0.6.2" dependencies = [ "anyhow", "argh", diff --git a/Cargo.toml b/Cargo.toml index cad602d..b673870 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tesla_auth" -version = "0.6.1" +version = "0.6.2" description = "Tesla token generator" homepage = "https://github.com/adriankumpf/tesla_auth" repository = "https://github.com/adriankumpf/tesla_auth"