From 9503dc8fe356b2458197410c2d8a8af86e638403 Mon Sep 17 00:00:00 2001 From: Armin Becher Date: Mon, 30 Sep 2024 22:23:21 +0200 Subject: [PATCH] chore: Release wildmatch version 2.4.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index accf93a..104de4e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wildmatch" -version = "2.3.4" +version = "2.4.0" authors = ["Armin Becher "] edition = "2018" description = "Simple string matching with single- and multi-character wildcard operator."