bump: version 0.2.0 → 0.3.0
This commit is contained in:
parent
ac753a62f8
commit
f25e597ff5
12
CHANGELOG.md
12
CHANGELOG.md
|
@ -1,3 +1,15 @@
|
||||||
|
## v0.3.0 (2025-01-13)
|
||||||
|
|
||||||
|
### Feat
|
||||||
|
|
||||||
|
- move lookup logic to handler; improve support for external lookup
|
||||||
|
|
||||||
|
### Fix
|
||||||
|
|
||||||
|
- expose new order batch handler choice in orders/configure
|
||||||
|
- add "Other" menu, for e.g. integration system links
|
||||||
|
- bugfix when new order with no pending customer
|
||||||
|
|
||||||
## v0.2.0 (2025-01-09)
|
## v0.2.0 (2025-01-09)
|
||||||
|
|
||||||
### Feat
|
### Feat
|
||||||
|
|
|
@ -5,7 +5,7 @@ build-backend = "hatchling.build"
|
||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "Sideshow"
|
name = "Sideshow"
|
||||||
version = "0.2.0"
|
version = "0.3.0"
|
||||||
description = "Case/Special Order Tracker"
|
description = "Case/Special Order Tracker"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
authors = [
|
authors = [
|
||||||
|
@ -32,7 +32,7 @@ license = {text = "GNU General Public License v3+"}
|
||||||
requires-python = ">= 3.8"
|
requires-python = ">= 3.8"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"psycopg2",
|
"psycopg2",
|
||||||
"WuttaWeb>=0.19.3",
|
"WuttaWeb>=0.20.1",
|
||||||
]
|
]
|
||||||
|
|
||||||
[project.optional-dependencies]
|
[project.optional-dependencies]
|
||||||
|
|
Loading…
Reference in a new issue