bump: version 0.1.0 → 0.2.0
This commit is contained in:
parent
a4ad23c7fa
commit
2cafc1774e
10
CHANGELOG.md
10
CHANGELOG.md
|
@ -1,3 +1,13 @@
|
||||||
|
## v0.2.0 (2025-01-09)
|
||||||
|
|
||||||
|
### Feat
|
||||||
|
|
||||||
|
- add basic support for local customer, product lookups
|
||||||
|
|
||||||
|
### Fix
|
||||||
|
|
||||||
|
- expose config for new order w/ pending product
|
||||||
|
|
||||||
## v0.1.0 (2025-01-06)
|
## v0.1.0 (2025-01-06)
|
||||||
|
|
||||||
### Feat
|
### Feat
|
||||||
|
|
|
@ -5,7 +5,7 @@ build-backend = "hatchling.build"
|
||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "Sideshow"
|
name = "Sideshow"
|
||||||
version = "0.1.0"
|
version = "0.2.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.1",
|
"WuttaWeb>=0.19.3",
|
||||||
]
|
]
|
||||||
|
|
||||||
[project.optional-dependencies]
|
[project.optional-dependencies]
|
||||||
|
|
Loading…
Reference in a new issue