From 2539d6e7b717857d8056b573964d453c1e74d862 Mon Sep 17 00:00:00 2001 From: "Ilya (Marshal)" Date: Wed, 22 Oct 2025 16:50:36 +0200 Subject: [PATCH] Release v3.2.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d29161d..4d56637 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libipld" -version = "3.1.1" +version = "3.2.0" edition = "2021" license = "MIT" description = "Python binding to the Rust IPLD library"