jannie

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 626ded861303932f59f9c53072bf2a2448ad78aa
parent 47abb7c4938f19c4e3db44feb882a50af6ff29aa
Author: Andy Khramtsov <>
Date:   Thu, 23 Apr 2026 18:57:46 +0300

release: v0.2.1

Diffstat:
MCargo.lock | 2+-
MCargo.toml | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Cargo.lock b/Cargo.lock @@ -485,7 +485,7 @@ checksum = "92ecc6618181def0457392ccd0ee51198e065e016d1d527a7ac1b6dc7c1f09d2" [[package]] name = "jannie" -version = "0.2.0" +version = "0.2.1" dependencies = [ "clap", "config", diff --git a/Cargo.toml b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "jannie" authors = ["Andy Khramtsov"] -version = "0.2.0" +version = "0.2.1" edition = "2024" [dependencies]