Skip to content

Commit

Permalink
Merge pull request #37 from maykinmedia/feature/release-0.5.0
Browse files Browse the repository at this point in the history
🔖 Release version 0.5.0
  • Loading branch information
stevenbal authored Jun 27, 2024
2 parents ebafb13 + cdc99d7 commit 5e5ebc5
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 4 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,28 @@
Changelog
=========

0.5.0 (2024-06-27)
------------------

**New features**

* Add password to ``AXES_SENSITIVE_PARAMETERS``
* Use stricter ``django-axes`` settings
* ``AXES_FAILURE_LIMIT`` changed from ``10`` to ``5``
* ``AXES_COOLOFF_TIME`` changed from ``1`` to ``5`` minutes
* Make more ``log-outgoing-requests`` settings configurable
* ``LOG_OUTGOING_REQUESTS_EMIT_BODY`` (default ``True``)
* ``LOG_OUTGOING_REQUESTS_DB_SAVE_BODY`` (default ``True``)
* Add base template to display current version in admin

**Bugfixes**

* Remove FIXTURE_DIRS setting and add root level app to INSTALLED_APPS

**Other**

* Move documentation to readthedocs

0.4.2 (2024-06-20)
------------------

Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Open API Framework
==================

:Version: 0.4.2
:Version: 0.5.0
:Source: https://github.com/maykinmedia/open-api-framework
:Keywords: metapackage, dependencies

Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
author = "Maykin Media"

# The full version, including alpha/beta/rc tags
release = "0.4.2"
release = "0.5.0"


# -- General configuration ---------------------------------------------------
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "open_api_framework"
version = "0.4.2"
version = "0.5.0"
description = "A metapackage for registration components, that bundles the dependencies shared between these components and provides generic settings"
authors = [
{name = "Maykin Media", email = "support@maykinmedia.nl"}
Expand Down Expand Up @@ -100,7 +100,7 @@ testpaths = ["tests"]
DJANGO_SETTINGS_MODULE = "testapp.settings"

[tool.bumpversion]
current_version = "0.4.2"
current_version = "0.5.0"
files = [
{filename = "pyproject.toml"},
{filename = "README.rst"},
Expand Down

0 comments on commit 5e5ebc5

Please sign in to comment.