Compare commits
No commits in common. "8ce9b2fbadf05d5215508312e98e66b112ceb1af" and "9a920f3266c64b6cb4c1e43ebab67861a6c8dae1" have entirely different histories.
8ce9b2fbad
...
9a920f3266
2 changed files with 2 additions and 9 deletions
|
|
@ -5,13 +5,6 @@ All notable changes to Messkit 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 adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
|
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
|
||||||
|
|
||||||
## v0.2.2 (2025-09-20)
|
|
||||||
|
|
||||||
### Fix
|
|
||||||
|
|
||||||
- fix config extension entry point
|
|
||||||
- update model, menu config per wuttaweb
|
|
||||||
|
|
||||||
## v0.2.1 (2024-07-01)
|
## v0.2.1 (2024-07-01)
|
||||||
|
|
||||||
### Fix
|
### Fix
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@ build-backend = "hatchling.build"
|
||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "Messkit"
|
name = "Messkit"
|
||||||
version = "0.2.2"
|
version = "0.2.1"
|
||||||
description = "Generic-ish Data Utility App"
|
description = "Generic-ish Data Utility App"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
authors = [{name = "Lance Edgar", email = "lance@edbob.org"}]
|
authors = [{name = "Lance Edgar", email = "lance@edbob.org"}]
|
||||||
|
|
@ -46,7 +46,7 @@ messkit = "messkit.commands:messkit_typer"
|
||||||
main = "messkit.web.app:main"
|
main = "messkit.web.app:main"
|
||||||
|
|
||||||
|
|
||||||
[project.entry-points."wutta.config.extensions"]
|
[project.entry-points."rattail.config.extensions"]
|
||||||
messkit = "messkit.config:MesskitConfig"
|
messkit = "messkit.config:MesskitConfig"
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue