From 57c3a6b2b2e53cdd54f6e74a1d7366f7822b920a Mon Sep 17 00:00:00 2001 From: Cevat Batuhan Tolon Date: Tue, 18 Aug 2026 19:42:14 +0300 Subject: [PATCH] release dynamic-config-py-web 0.2.0 --- CHANGELOG.md | 2 ++ src/dynamic_config_web/__init__.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 99a4bf4..cd49f1a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -29,6 +29,8 @@ for an adapter and an adapter fix should not drag the wheels behind it. ## [Unreleased] +## 0.2.0 — 2026-08-18 + ### Changed - **The route table is written once.** Six adapters — FastAPI, Litestar, diff --git a/src/dynamic_config_web/__init__.py b/src/dynamic_config_web/__init__.py index 4539e8d..46228d8 100644 --- a/src/dynamic_config_web/__init__.py +++ b/src/dynamic_config_web/__init__.py @@ -40,7 +40,7 @@ def health(db: Database = Depends(config_dependency(config))): #: The distribution's version, and the single place it is written: the #: build backend reads this file rather than the other way round. -__version__ = "0.1.0" +__version__ = "0.2.0" from ._diagnostics import ( Guard,