bump: version 0.21.1 → 0.22.0
This commit is contained in:
parent
ad6a3377ab
commit
5b7117078c
2 changed files with 11 additions and 1 deletions
10
CHANGELOG.md
10
CHANGELOG.md
|
@ -5,6 +5,16 @@ All notable changes to WuttJamaican 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.22.0 (2025-08-09)
|
||||||
|
|
||||||
|
### Feat
|
||||||
|
|
||||||
|
- add WuttaConfigProfile base class
|
||||||
|
- add user API tokens; handler methods to manage/authenticate
|
||||||
|
- allow arbitrary kwargs for `config.get()` and `app.get_setting()`
|
||||||
|
|
||||||
|
## v0.21.1 (2025-06-29)
|
||||||
|
|
||||||
## v0.21.0 (2025-06-29)
|
## v0.21.0 (2025-06-29)
|
||||||
|
|
||||||
### Feat
|
### Feat
|
||||||
|
|
|
@ -6,7 +6,7 @@ build-backend = "hatchling.build"
|
||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "WuttJamaican"
|
name = "WuttJamaican"
|
||||||
version = "0.21.1"
|
version = "0.22.0"
|
||||||
description = "Base package for Wutta Framework"
|
description = "Base package for Wutta Framework"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
authors = [{name = "Lance Edgar", email = "lance@wuttaproject.org"}]
|
authors = [{name = "Lance Edgar", email = "lance@wuttaproject.org"}]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue