From 0902642112c0bc8fa5dfcb746821a8858cf328d3 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Mon, 19 Jun 2023 17:52:24 +0200 Subject: [PATCH] 1.6.0 Automatically generated by python-semantic-release --- CHANGELOG.md | 4 ++++ src/configuraptor/__about__.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f0f3445..162943d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ +## v1.6.0 (2023-06-19) +### Feature +* **TypedConfig:** Added config.update ([`57a21c2`](https://github.com/trialandsuccess/configuraptor/commit/57a21c29cc12185dcc4a406eef3c77d9dbd056d5)) + ## v1.5.1 (2023-06-15) ### Fix * **core:** Patch issue with `is_optional` ([`fd4a897`](https://github.com/trialandsuccess/configuraptor/commit/fd4a8972b847ac69eb012041188420a02880e696)) diff --git a/src/configuraptor/__about__.py b/src/configuraptor/__about__.py index 9f358e9..0eee5fc 100644 --- a/src/configuraptor/__about__.py +++ b/src/configuraptor/__about__.py @@ -5,4 +5,4 @@ # SPDX-FileCopyrightText: 2023-present Robin van der Noord # # SPDX-License-Identifier: MIT -__version__ = "1.5.1" +__version__ = "1.6.0"