From 6f638df0d220f8f9312898a3d8ebe22f2d2369d3 Mon Sep 17 00:00:00 2001 From: Miles Granger Date: Fri, 4 Oct 2024 13:44:26 +0200 Subject: [PATCH] Bump version -> 0.5.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7b24732..3545782 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libcramjam" -version = "0.5.1" +version = "0.5.2" edition = "2021" license = "MIT" description = "Compression library combining a plethora of algorithms in a similar as possible API"