Skip to content

Commit

Permalink
Merge pull request #24 from maykinmedia/release/0.4.0
Browse files Browse the repository at this point in the history
Release 0.4.0
  • Loading branch information
swrichards authored Nov 28, 2024
2 parents c624f45 + 3c8f9b8 commit 5a456db
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@
Changelog
=========

0.4.0 (2024-11-28)
==================

💥 **NOTE**: This release contains a number of significantly breaking changes. 💥

* The core API of the configuration steps has been changed to rely on Pydantic-based
configuration models, and to rely solely on an ``execute`` hook, with ``is_configured``
and ``test_results`` being deprecated. Details of the new API can be found in the
README.
* The ``generate_config_docs`` command has been disabled until it can amended to work
with the new API, which is planned for an upcoming release.

0.3.0 (2024-07-15)
==================

Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Welcome to django_setup_configuration's documentation!
======================================================

:Version: 0.3.0
:Version: 0.4.0
:Source: https://github.com/maykinmedia/django-setup-configuration
:Keywords: Configuration
:PythonVersion: 3.10
Expand Down
2 changes: 1 addition & 1 deletion 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 = "django_setup_configuration"
version = "0.3.0"
version = "0.4.0"
description = "Pluggable configuration setup used with the django management command"
authors = [
{name = "Maykin Media", email = "[email protected]"}
Expand Down

0 comments on commit 5a456db

Please sign in to comment.