diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d7f7f99..f245ae32 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,12 @@ > [!NOTE] > Changelog started with version v0.10.0. +## v0.15.1 (2024-12-31) + +### Fixed + +- Fixed `parse_prefix_free` when `allow_incomplete=True`. + ## v0.15.0 (2024-12-30) ### Fixed diff --git a/pyproject.toml b/pyproject.toml index 00ddc2dd..9e9f1a1a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "komm" -version = "0.15.0" +version = "0.15.1" description = "An open-source library for Python 3 providing tools for analysis and simulation of analog and digital communication systems." readme = "README.md" authors = [{ name = "Roberto W. Nobrega", email = "rwnobrega@gmail.com" }]