From a97a98ce4affb685e4e33094bea63489be3bca4c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20J=C3=B6rdens?= Date: Fri, 9 Feb 2024 12:19:10 +0100 Subject: [PATCH] chore: Release idsp version 0.15.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 014e8b7..2b5065c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "idsp" -version = "0.14.1" +version = "0.15.0" resolver = "2" edition = "2021" authors = ["Robert Jördens "]