From 86010962a203ea94c281f080ffe53f872476cc9e Mon Sep 17 00:00:00 2001 From: xeruf <27jf@pm.me> Date: Thu, 16 Jan 2025 00:28:34 +0100 Subject: [PATCH] release: 0.8.0 - better tracking and error handling --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d5e6b47..6f58532 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1462,7 +1462,7 @@ dependencies = [ [[package]] name = "mostr" -version = "0.7.1" +version = "0.8.0" dependencies = [ "chrono", "colog", diff --git a/Cargo.toml b/Cargo.toml index 787effa..2bf7b77 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ repository = "https://forge.ftt.gmbh/janek/mostr" readme = "README.md" license = "GPL 3.0" authors = ["melonion"] -version = "0.7.1" +version = "0.8.0" rust-version = "1.82" edition = "2021" default-run = "mostr"