From fc49bac582ba89eda7147b8355bc3ed0ebb0e292 Mon Sep 17 00:00:00 2001 From: Steven Bal Date: Tue, 25 Feb 2025 09:20:14 +0100 Subject: [PATCH] :bookmark: [#52] Release version 0.3.0 --- .bumpversion.cfg | 2 +- CHANGELOG.rst | 50 +++++++++++++++++++++++++++---- README.EN.rst | 2 +- README.rst | 2 +- docs/changelog.rst | 3 ++ docs/conf.py | 12 ++++++++ docs/index.rst | 1 + package-lock.json | 4 +-- package.json | 2 +- src/referentielijsten/__init__.py | 2 +- 10 files changed, 67 insertions(+), 13 deletions(-) create mode 100644 docs/changelog.rst diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 2d0ea69..2314167 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,7 +1,7 @@ [bumpversion] commit = False tag = False -current_version = 0.2.0 +current_version = 0.3.0 parse = (?P\d+)\.(?P\d+)\.(?P\d+)(\-(?P
[a-z]+)\.(?P\d+))?
 serialize =
 	{major}.{minor}.{patch}-{pre}.{build}
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index c0b8549..46cbfae 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -2,10 +2,49 @@
 Change history
 ==============
 
-0.2.0
-=====
+0.3.0 (2025-03-04)
+------------------
 
-*October 04, 2024*
+**New features**
+
+* [:open-api-framework:`23`] Add support for new version of ``django-setup-configuration``, the following steps were
+  added/updated. For more information on how to provide configuration for these steps, see
+  :ref:`installation_configuration_cli`
+
+    * Configuration of OpenID Connect authentication for admin users (Single Sign On)
+
+
+**Bugfixes and QOL**
+
+* [:referentielijsten:`41`] Order API endpoints by pk (descending)
+* [:open-api-framework:`79`] disable admin nav sidebar
+
+
+**Documentation**
+
+* [:referentielijsten:`43`] Update documentation for setup-configuration
+* Add configuration for readthedocs
+
+**Project maintenance**
+
+* Upgrading dependencies:
+
+   * Upgrade npm packages to fix vulnerabilities
+   * Upgrade python packages to fix vulnerabilities
+   * Upgrade open-api-framework to 0.9.3
+   * Upgrade mozilla-django-oidc-db to 0.22.0
+   * Upgrade django-setup-configuration to 0.7.1
+   * Upgrade zgw-consumers to 0.35.1
+   * Upgrade commonground-api-common to 2.5.1
+* [:open-api-framework:`107`] Add bump-my-version to dev dependencies
+* [:open-api-framework:`102`] Add quick-start workflow to test docker-compose.yml
+* [:open-api-framework:`44`] add workflow to CI to auto-update open-api-framework
+* [:open-api-framework:`81`] Switch from pip-compile to UV
+* [:open-api-framework:`92`] Fix docker latest tag publish
+* [:open-api-framework:`13`] Switch to use reusable open-api-workflows in github actions
+
+0.2.0 (2024-10-04)
+------------------
 
 **New features**
 
@@ -52,9 +91,8 @@ Change history
 * [#20] Update dependencies and fixed broken oidc tests
 * [#17] Refactor base settings
 
-0.1.0
-=====
+0.1.0 (2024-05-28)
+------------------
 
-*May 28, 2024*
 
 * Initial release.
diff --git a/README.EN.rst b/README.EN.rst
index ba2d80a..e6031a9 100644
--- a/README.EN.rst
+++ b/README.EN.rst
@@ -2,7 +2,7 @@
 Referentielijsten API
 =====================
 
-:Version: 0.2.0
+:Version: 0.3.0
 :Source: https://github.com/maykinmedia/referentielijsten
 :Keywords: referentielijsten, stamtabellen
 
diff --git a/README.rst b/README.rst
index bc4cfb4..d04ff47 100644
--- a/README.rst
+++ b/README.rst
@@ -2,7 +2,7 @@
 Referentielijsten API
 =====================
 
-:Version: 0.2.0
+:Version: 0.3.0
 :Source: https://github.com/maykinmedia/referentielijsten
 :Keywords: referentielijsten, stamtabellen
 
diff --git a/docs/changelog.rst b/docs/changelog.rst
new file mode 100644
index 0000000..76888fe
--- /dev/null
+++ b/docs/changelog.rst
@@ -0,0 +1,3 @@
+.. _changelog:
+
+.. include:: ../CHANGELOG.rst
diff --git a/docs/conf.py b/docs/conf.py
index 33599a8..b501c76 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -48,6 +48,7 @@
     # "sphinx_tabs.tabs",
     # "recommonmark",
     # "sphinx_markdown_tables",
+    "sphinx.ext.extlinks",
     "sphinx.ext.autodoc",
     "django_setup_configuration.documentation.setup_config_example",
     "django_setup_configuration.documentation.setup_config_usage",
@@ -99,3 +100,14 @@
     r"http://localhost:3000*",
     r"https://some-app.gemeente.nl*",
 ]
+
+extlinks = {
+    "referentielijsten": (
+        "https://github.com/maykinmedia/referentielijsten/issues/%s",
+        "#%s",
+    ),
+    "open-api-framework": (
+        "https://github.com/maykinmedia/open-api-framework/issues/%s",
+        "#%s",
+    ),
+}
diff --git a/docs/index.rst b/docs/index.rst
index 8453a9f..b497f3d 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -26,3 +26,4 @@ To get you started, you might find some of these links relevant:
 
    introduction/index
    installation/index
+   changelog
diff --git a/package-lock.json b/package-lock.json
index 07845a0..e07d30c 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
 {
   "name": "referentielijsten",
-  "version": "0.2.0",
+  "version": "0.3.0",
   "lockfileVersion": 3,
   "requires": true,
   "packages": {
     "": {
       "name": "referentielijsten",
-      "version": "0.2.0",
+      "version": "0.3.0",
       "license": "EUPL",
       "dependencies": {
         "microscope-sass": "latest"
diff --git a/package.json b/package.json
index 7af774a..d8e20cb 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "referentielijsten",
-  "version": "0.2.0",
+  "version": "0.3.0",
   "description": "Referentielijsten API project",
   "main": "src/static/referentielijsten/js/referentielijsten.js",
   "directories": {
diff --git a/src/referentielijsten/__init__.py b/src/referentielijsten/__init__.py
index a88d88b..44a0fe9 100644
--- a/src/referentielijsten/__init__.py
+++ b/src/referentielijsten/__init__.py
@@ -1,6 +1,6 @@
 # from .celery import app as celery_app
 
 # __all__ = ("celery_app",)
-__version__ = "0.2.0"
+__version__ = "0.3.0"
 __author__ = "Maykin"
 __homepage__ = "https://github.com/maykinmedia/referentielijsten"