From cb5ecf33f0d99ff781b5894e47f6a28f1843b1ef 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"