From cce8a818d11e33da6ea8f9a79cab8ff08c7ebabc Mon Sep 17 00:00:00 2001 From: Stanislav Pastushenko Date: Tue, 9 Dec 2025 20:14:21 +0100 Subject: [PATCH] 0.3.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 70c6b0b..fc22288 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2706,7 +2706,7 @@ dependencies = [ [[package]] name = "rlogg" -version = "0.2.0" +version = "0.3.0" dependencies = [ "chrono", "eframe", diff --git a/Cargo.toml b/Cargo.toml index 5e7cc21..dbcd3ee 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rlogg" -version = "0.2.0" +version = "0.3.0" edition = "2024" authors = ["Stanislav Pastushenko "] description = "A fast log file viewer with search, filtering, and highlighting capabilities"