From 32df2b0d24f6672897859094a725c9449d23ccad Mon Sep 17 00:00:00 2001 From: Ryan Malloy Date: Sun, 8 Feb 2026 14:05:40 -0700 Subject: [PATCH] chore: bump version to 0.3.0 Major release including: - Security: path validation, temp dir cleanup, output limits - Architecture: constants/utils modules, cleaner structure - Performance: fast string heap search, pagination, PE validation - Testing: comprehensive test suite (165 tests) - Fixes: ilspycmd output parsing, decompile stdout handling --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a619f38..6781f51 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "mcilspy" -version = "0.2.0" +version = "0.3.0" description = "MCP Server for ILSpy .NET Decompiler" authors = [ {name = "Ryan Malloy", email = "ryan@supported.systems"}