forked from Github-Mirrors/canaille
Bumped to 0.0.11
This commit is contained in:
parent
dca48bd066
commit
9100b8fb13
2 changed files with 7 additions and 2 deletions
|
@ -3,7 +3,7 @@ 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/>`_,
|
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>`_.
|
and this project adheres to `Semantic Versioning <https://semver.org/spec/v2.0.0.html>`_.
|
||||||
|
|
||||||
[0.0.11] - Unreleased
|
[0.0.11] - 2022-08-11
|
||||||
=====================
|
=====================
|
||||||
|
|
||||||
Added
|
Added
|
||||||
|
@ -11,6 +11,11 @@ Added
|
||||||
|
|
||||||
- Default theme has a dark variant. :pr:`57`
|
- Default theme has a dark variant. :pr:`57`
|
||||||
|
|
||||||
|
Fixed
|
||||||
|
*****
|
||||||
|
|
||||||
|
- Fixed missing ``canaille`` binary. :pr:`58`
|
||||||
|
|
||||||
[0.0.10] - 2022-07-07
|
[0.0.10] - 2022-07-07
|
||||||
=====================
|
=====================
|
||||||
|
|
||||||
|
|
|
@ -5,7 +5,7 @@ build-backend = "poetry.masonry.api"
|
||||||
[tool]
|
[tool]
|
||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "Canaille"
|
name = "Canaille"
|
||||||
version = "0.0.10"
|
version = "0.0.11"
|
||||||
description = "Minimalistic identity provider"
|
description = "Minimalistic identity provider"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
keywords = ["oidc", "oauth", "oauth2", "openid", "identity"]
|
keywords = ["oidc", "oauth", "oauth2", "openid", "identity"]
|
||||||
|
|
Loading…
Reference in a new issue