release: 0.6.2 - case-insensitive hashtags and pubkey filtering

This commit is contained in:
xeruf 2024-11-21 09:48:04 +01:00
parent 9c92a19cde
commit fc97b513c4
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -1488,7 +1488,7 @@ dependencies = [
[[package]] [[package]]
name = "mostr" name = "mostr"
version = "0.6.1" version = "0.6.2"
dependencies = [ dependencies = [
"chrono", "chrono",
"chrono-english", "chrono-english",

View file

@ -5,7 +5,7 @@ repository = "https://forge.ftt.gmbh/janek/mostr"
readme = "README.md" readme = "README.md"
license = "GPL 3.0" license = "GPL 3.0"
authors = ["melonion"] authors = ["melonion"]
version = "0.6.1" version = "0.6.2"
rust-version = "1.82" rust-version = "1.82"
edition = "2021" edition = "2021"
default-run = "mostr" default-run = "mostr"