Compare commits
2 commits
06394dc3e3
...
77b9b213d4
| Author | SHA1 | Date | |
|---|---|---|---|
| 77b9b213d4 | |||
| a47f32b0fe |
2 changed files with 11 additions and 2 deletions
|
|
@ -5,6 +5,15 @@ All notable changes to rattail-tutorial will be documented in this file.
|
||||||
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
|
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
|
||||||
and this project (probably doesn't) adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
|
and this project (probably doesn't) adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
|
||||||
|
|
||||||
|
## v0.3.2 (2025-09-20)
|
||||||
|
|
||||||
|
### Fix
|
||||||
|
|
||||||
|
- fix config extension entry point
|
||||||
|
- avoid deprecated base class for config extension
|
||||||
|
- update config for custom emails
|
||||||
|
- refactor custom menu builder, to inherit some menus
|
||||||
|
|
||||||
## v0.3.1 (2024-07-01)
|
## v0.3.1 (2024-07-01)
|
||||||
|
|
||||||
### Fix
|
### Fix
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@ build-backend = "hatchling.build"
|
||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "rattail-tutorial"
|
name = "rattail-tutorial"
|
||||||
version = "0.3.1"
|
version = "0.3.2"
|
||||||
description = "Rattail Development Tutorial"
|
description = "Rattail Development Tutorial"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
authors = [{name = "Lance Edgar", email = "lance@edbob.org"}]
|
authors = [{name = "Lance Edgar", email = "lance@edbob.org"}]
|
||||||
|
|
@ -42,7 +42,7 @@ rattail_tutorial = "rattail_tutorial.commands:rattail_tutorial_typer"
|
||||||
main = "rattail_tutorial.web.app:main"
|
main = "rattail_tutorial.web.app:main"
|
||||||
|
|
||||||
|
|
||||||
[project.entry-points."rattail.config.extensions"]
|
[project.entry-points."wutta.config.extensions"]
|
||||||
rattail_tutorial = "rattail_tutorial.config:RattailTutorialConfig"
|
rattail_tutorial = "rattail_tutorial.config:RattailTutorialConfig"
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue