From fc04f15eedf7bc4134467f97f088f61a6e0200c3 Mon Sep 17 00:00:00 2001 From: Sergei Maertens Date: Fri, 3 May 2024 09:23:04 +0200 Subject: [PATCH] :bookmark: Bump version to 0.16.0 and update changelog --- .bumpversion.cfg | 2 +- CHANGELOG.rst | 13 +++++++++++++ README.rst | 2 +- docs/conf.py | 2 +- setup.cfg | 2 +- 5 files changed, 17 insertions(+), 4 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index d114fed..6eaca9d 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,7 +1,7 @@ [bumpversion] commit = False tag = False -current_version = 0.15.0 +current_version = 0.16.0 [bumpversion:file:setup.cfg] diff --git a/CHANGELOG.rst b/CHANGELOG.rst index d22d4b4..6affb98 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,19 @@ Changelog ========= +0.16.0 (2024-05-02) +=================== + +* [`#84`_] Updated usage section in README +* [`#88`_] Set up Sphinx documentation on readthedocs +* [`#94`_] Claims with "." characters in them are now supported +* [`#92`_] Fixed a crash when validating the user claim mapping + +.. _#84: https://github.com/maykinmedia/mozilla-django-oidc-db/issues/84 +.. _#88: https://github.com/maykinmedia/mozilla-django-oidc-db/issues/88 +.. _#94: https://github.com/maykinmedia/mozilla-django-oidc-db/issues/94 +.. _#92: https://github.com/maykinmedia/mozilla-django-oidc-db/issues/92 + 0.15.0 (2024-02-07) =================== diff --git a/README.rst b/README.rst index b2507b7..86da368 100644 --- a/README.rst +++ b/README.rst @@ -7,7 +7,7 @@ mozilla-django-oidc-db ====================== -:Version: 0.15.0 +:Version: 0.16.0 :Source: https://github.com/maykinmedia/mozilla-django-oidc-db :Keywords: OIDC, django, database, authentication diff --git a/docs/conf.py b/docs/conf.py index 43a3378..62cc9fb 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -26,7 +26,7 @@ author = "Maykin Media" # The full version, including alpha/beta/rc tags -release = "0.15.0" +release = "0.16.0" # -- General configuration --------------------------------------------------- diff --git a/setup.cfg b/setup.cfg index 6be08d7..04d1169 100644 --- a/setup.cfg +++ b/setup.cfg @@ -2,7 +2,7 @@ # see http://setuptools.readthedocs.io/en/latest/setuptools.html#configuring-setup-using-setup-cfg-files [metadata] name = mozilla-django-oidc-db -version = 0.15.0 +version = 0.16.0 description = A database-backed configuration for mozilla-django-oidc long_description = file: README.rst url = https://github.com/maykinmedia/mozilla-django-oidc-db