diff --git a/CHANGELOG.md b/CHANGELOG.md index e5d625d..bede308 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 0.19.1 + +This patch release fixes the version that `idac` reports about itself. + +- Fixed `idac --version` reporting a stale hardcoded version instead of the installed package version. + ## 0.19.0 This release de-duplicates and tightens the bundled agent guidance, prompts, and reference docs. diff --git a/pyproject.toml b/pyproject.toml index 99c61f9..ea019ab 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "idac" -version = "0.19.0" +version = "0.19.1" description = "Agent-friendly CLI for IDA with GUI and idalib backends" readme = "README.md" license = "Apache-2.0" diff --git a/uv.lock b/uv.lock index b3c4629..c0b7f82 100644 --- a/uv.lock +++ b/uv.lock @@ -138,7 +138,7 @@ name = "exceptiongroup" version = "1.3.1" source = { registry = "https://pypi.org/simple" } dependencies = [ - { name = "typing-extensions", marker = "python_full_version < '3.13'" }, + { name = "typing-extensions" }, ] sdist = { url = "https://files.pythonhosted.org/packages/50/79/66800aadf48771f6b62f7eb014e352e5d06856655206165d775e675a02c9/exceptiongroup-1.3.1.tar.gz", hash = "sha256:8b412432c6055b0b7d14c310000ae93352ed6754f70fa8f7c34141f91c4e3219", size = 30371, upload-time = "2025-11-21T23:01:54.787Z" } wheels = [ @@ -147,7 +147,7 @@ wheels = [ [[package]] name = "idac" -version = "0.19.0" +version = "0.19.1" source = { editable = "." } [package.dev-dependencies]