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
This commit is contained in:
Ryan Malloy 2026-02-08 14:05:40 -07:00
parent 609d97b86d
commit 32df2b0d24

View File

@ -1,6 +1,6 @@
[project] [project]
name = "mcilspy" name = "mcilspy"
version = "0.2.0" version = "0.3.0"
description = "MCP Server for ILSpy .NET Decompiler" description = "MCP Server for ILSpy .NET Decompiler"
authors = [ authors = [
{name = "Ryan Malloy", email = "ryan@supported.systems"} {name = "Ryan Malloy", email = "ryan@supported.systems"}