jannie

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

commit bfc3f3a6011a6d5ff2e097848299ecfdd97fa139
parent 20361957cbe998c895109f54b380a2aa6b20395d
Author: Andy Khramtsov <>
Date:   Fri, 20 Feb 2026 00:05:16 +0300

release: v0.2.0

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.1.0" +version = "0.2.0" dependencies = [ "clap", "config", diff --git a/Cargo.toml b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "jannie" authors = ["Andy Khramtsov"] -version = "0.1.0" +version = "0.2.0" edition = "2024" [dependencies]