From e44ab3669ae8df67633286dbf5022325b3114308 Mon Sep 17 00:00:00 2001 From: Manuel Raimann Date: Fri, 30 Jan 2026 19:21:42 +0100 Subject: [PATCH] chore: release v0.3.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index fb11248..8d071ed 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "optimizer" -version = "0.2.0" +version = "0.3.0" edition = "2024" rust-version = "1.88" license = "MIT"