From 5c6944905552f676590e5a5f97c7f27c13d35830 Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Sun, 6 Jul 2025 12:59:15 -0500 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.6.0=20=E2=86=92=200.7.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 11 +++++++++++ pyproject.toml | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e69862..5e5ec06 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## v0.7.0 (2025-07-06) + +### Feat + +- add basic support to "resolve" a pending product + +### Fix + +- allow config injection for sake of tests +- bump version requirement for wuttaweb + ## v0.6.0 (2025-02-20) ### Feat diff --git a/pyproject.toml b/pyproject.toml index 71e5b41..ad78d53 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "hatchling.build" [project] name = "Sideshow" -version = "0.6.0" +version = "0.7.0" description = "Case/Special Order Tracker" readme = "README.md" authors = [