diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 816df2d..0477999 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.3.1" + ".": "0.3.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index edec192..aa8de7a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.3.2](https://github.com/Roman-Andr/pharmparser/compare/v0.3.1...v0.3.2) (2026-08-19) + + +### Fixes + +* keep unique items visible in analysis ([af6cc76](https://github.com/Roman-Andr/pharmparser/commit/af6cc76b516ae11642f7d65907c0d0379bd05c4f)) + ## [0.3.1](https://github.com/Roman-Andr/pharmparser/compare/v0.3.0...v0.3.1) (2026-08-19) diff --git a/pyproject.toml b/pyproject.toml index ae48bc4..9f65261 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "pharmparser" -version = "0.3.1" +version = "0.3.2" description = "Desktop app that scrapes and compares drug prices across tabletka.by pharmacies and exports a formatted Excel workbook." readme = "README.md" requires-python = ">=3.14" diff --git a/uv.lock b/uv.lock index b80d6f8..cff225d 100644 --- a/uv.lock +++ b/uv.lock @@ -902,7 +902,7 @@ wheels = [ [[package]] name = "pharmparser" -version = "0.3.1" +version = "0.3.2" source = { editable = "." } dependencies = [ { name = "aiohttp" },