From 0bb7681c9808c558dd66358702adf40c02b83712 Mon Sep 17 00:00:00 2001 From: Jonathan Giddy Date: Wed, 24 Dec 2025 22:00:07 +0000 Subject: [PATCH] Release 0.13.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9dc576e..530ea35 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "typle" -version = "0.12.0" +version = "0.13.0" edition = "2021" description = "Generic tuple bounds and transformations" license = "MIT"