From 08fcca2728b3ff5be720f7874c780bfa79e66ec2 Mon Sep 17 00:00:00 2001 From: Volker Mische Date: Tue, 5 Sep 2023 15:37:41 +0200 Subject: [PATCH] chore: Release bls-signatures version 0.15.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b290159..5c0a815 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bls-signatures" -version = "0.14.0" +version = "0.15.0" authors = ["dignifiedquire "] license = "MIT OR Apache-2.0" edition = "2018"