bump: version 0.5.0 → 0.6.0

This commit is contained in:
Lance Edgar 2025-02-20 09:33:44 -06:00
parent edd1f17184
commit 6b4bc3da10
2 changed files with 17 additions and 1 deletions

View file

@ -1,3 +1,19 @@
## v0.6.0 (2025-02-20)
### Feat
- allow re-order past product for new orders
- add per-department default item discount
- add config option to show/hide Store ID; default value
- add basic model, views for Stores
### Fix
- fix customer rendering in OrderItem grids; add sort/filter
- track vendor name/SKU per OrderItem
- require store for new orders, if so configured
- move Pricing config to separate section, for orders/configure
## v0.5.0 (2025-01-26) ## v0.5.0 (2025-01-26)
### Feat ### Feat

View file

@ -5,7 +5,7 @@ build-backend = "hatchling.build"
[project] [project]
name = "Sideshow" name = "Sideshow"
version = "0.5.0" version = "0.6.0"
description = "Case/Special Order Tracker" description = "Case/Special Order Tracker"
readme = "README.md" readme = "README.md"
authors = [ authors = [