From 3fdba1e1c0519498fe46b2371158202395780c4c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 19 Aug 2026 20:18:35 +0000 Subject: [PATCH] chore(main): release 0.4.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 0477999..2537c1f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.3.2" + ".": "0.4.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index aa8de7a..48e7d2e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.4.0](https://github.com/Roman-Andr/pharmparser/compare/v0.3.2...v0.4.0) (2026-08-19) + + +### Features + +* confirm pharmacy deletion and migrate models ([c462e93](https://github.com/Roman-Andr/pharmparser/commit/c462e935514f45f60c6b377d33198124fbf84ce6)) + ## [0.3.2](https://github.com/Roman-Andr/pharmparser/compare/v0.3.1...v0.3.2) (2026-08-19) diff --git a/pyproject.toml b/pyproject.toml index 9f65261..aee73f9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "pharmparser" -version = "0.3.2" +version = "0.4.0" 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"