From fc97b513c41e1ee3cf8cf017ef4ff7ac46a212ce Mon Sep 17 00:00:00 2001 From: xeruf <27jf@pm.me> Date: Thu, 21 Nov 2024 09:48:04 +0100 Subject: [PATCH] release: 0.6.2 - case-insensitive hashtags and pubkey filtering --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7db91f2..854c97d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1488,7 +1488,7 @@ dependencies = [ [[package]] name = "mostr" -version = "0.6.1" +version = "0.6.2" dependencies = [ "chrono", "chrono-english", diff --git a/Cargo.toml b/Cargo.toml index 23d7d50..5994f15 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.6.1" +version = "0.6.2" rust-version = "1.82" edition = "2021" default-run = "mostr"