Bump to canaille 0.0.29

This commit is contained in:
Éloi Rivard 2023-06-30 18:44:29 +02:00
parent a15419b2d4
commit 459c308f71
2 changed files with 4 additions and 2 deletions

View file

@ -3,12 +3,14 @@ All notable changes to this project will be documented in this file.
The format is based on `Keep a Changelog <https://keepachangelog.com/en/1.0.0/>`_,
and this project adheres to `Semantic Versioning <https://semver.org/spec/v2.0.0.html>`_.
[0.0.29] - 2023-06-30
=====================
Fixed
*****
- Disabled HTMX boosting on OIDC forms to avoid errors.
[0.0.28] - 2023-06-30
=====================

View file

@ -5,7 +5,7 @@ build-backend = "poetry.masonry.api"
[tool]
[tool.poetry]
name = "Canaille"
version = "0.0.28"
version = "0.0.29"
description = "Minimalistic identity provider"
license = "MIT"
keywords = ["oidc", "oauth", "oauth2", "openid", "identity"]