From 6c4407091672e7dd2e91dda18d0a686246e4fbf2 Mon Sep 17 00:00:00 2001 From: Marius Meissner Date: Thu, 8 Feb 2024 13:57:25 +0100 Subject: [PATCH] Incremented version to 0.5.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 19e7c7d..3dca4a0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ keywords = ["LTC681X", "BMS", "no_std", "battery", "ic"] categories = ["embedded", "hardware-support", "no-std"] authors = ["PEGASUS GmbH "] license = "MIT OR Apache-2.0" -version = "0.4.2" +version = "0.5.0" edition = "2021" repository = "https://github.com/pegasus-aero/rt-LTC681X" readme = "README.md"