From 0d67c398cf26829d65fe45c0c4b42ce70ae58aea Mon Sep 17 00:00:00 2001 From: Nathan Zimmerberg <39104088+nhz2@users.noreply.github.com> Date: Fri, 24 Jul 2026 14:48:35 -0400 Subject: [PATCH] Bump version to 0.7.9 This release adds the compression strategy argument and improves codec printing. --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index ea11f7e..f73bd46 100644 --- a/Project.toml +++ b/Project.toml @@ -2,7 +2,7 @@ name = "CodecZlib" uuid = "944b1d66-785c-5afd-91f1-9de20f533193" license = "MIT" authors = ["Kenta Sato "] -version = "0.7.8" +version = "0.7.9" [deps] TranscodingStreams = "3bb67fe8-82b1-5028-8e26-92a6c54297fa"