From ee4999ce7439e84f0cec07708dde77297bfce670 Mon Sep 17 00:00:00 2001 From: Manuel Raimann Date: Fri, 30 Jan 2026 18:13:32 +0100 Subject: [PATCH] chore: release v0.1.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a265ae8..cbb900a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "optimizer" -version = "0.1.0" +version = "0.1.1" edition = "2024" rust-version = "1.88" license = "MIT"