bump: version 0.3.1 → 0.3.2

This commit is contained in:
Lance Edgar 2025-09-20 14:38:46 -05:00
parent a47f32b0fe
commit 77b9b213d4
2 changed files with 10 additions and 1 deletions

View file

@ -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/)
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)
### Fix