From d15ac62b7e98d6e4b8a769b6f5ffab2ad1db5ca5 Mon Sep 17 00:00:00 2001 From: Sydney Runkle <54324534+sydney-runkle@users.noreply.github.com> Date: Wed, 3 Jul 2024 10:58:52 -0500 Subject: [PATCH] Prep for v0.14.4 (#72) v bump --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 850bb24..92ab127 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "speedate" authors = ["Samuel Colvin "] -version = "0.14.3" +version = "0.14.4" edition = "2021" description = "Fast and simple datetime, date, time and duration parsing" readme = "README.md"