From 62c5b8661ef71af682c10bb2dbe3500bdf6419f0 Mon Sep 17 00:00:00 2001 From: Nathan Zimmerberg <39104088+nhz2@users.noreply.github.com> Date: Sat, 5 Oct 2024 20:25:34 -0400 Subject: [PATCH] Bump version to 0.11.3 This release adds the optional `pledgeinsize` function to the transcoding protocol (PR #239) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index db20961..61de90e 100644 --- a/Project.toml +++ b/Project.toml @@ -2,7 +2,7 @@ name = "TranscodingStreams" uuid = "3bb67fe8-82b1-5028-8e26-92a6c54297fa" license = "MIT" authors = ["Kenta Sato "] -version = "0.11.2" +version = "0.11.3" [compat] julia = "1.6"