From 184837bd66069699375ff33c883d48bf70a36c6a Mon Sep 17 00:00:00 2001 From: pythops Date: Wed, 22 May 2024 23:46:28 +0200 Subject: [PATCH] release v0.2 --- Cargo.lock | 2 +- Cargo.toml | 2 +- Release.md | 7 ++++++- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index efe1bea..f98a079 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -469,7 +469,7 @@ dependencies = [ [[package]] name = "tegratop" -version = "0.1.0" +version = "0.2.0" dependencies = [ "anyhow", "crossterm", diff --git a/Cargo.toml b/Cargo.toml index 208d507..99adf51 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tegratop" -version = "0.1.0" +version = "0.2.0" authors = ["pythops "] license = "GPL-3.0" edition = "2021" diff --git a/Release.md b/Release.md index 6113c54..b8de889 100644 --- a/Release.md +++ b/Release.md @@ -1,8 +1,13 @@ -## v0.2 - TBA +## v0.2 - 22/05/2024 ### Fixed - Fix permission error related to /tmp/tegratop file. +- Errors while opening thermal files + +### Added + +- Static binaries ## v0.1 - 04/01/2024