diff --git a/docs/changelog.md b/docs/changelog.md index 0926f02..6a2120d 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,6 +1,6 @@ # Changelog -## next +## 24.8.2 - 2024-08-23 - Added support for passing data between components via Context. See the [Usage docs](usage.md#passing-data-with-context) for more information. [PR #48](https://github.com/pelme/htpy/pull/48). - Added Django template backend. The Django template backend allows you to diff --git a/htpy/__init__.py b/htpy/__init__.py index 3a2b49c..3a6749f 100644 --- a/htpy/__init__.py +++ b/htpy/__init__.py @@ -1,6 +1,6 @@ from __future__ import annotations -__version__ = "24.8.1" +__version__ = "24.8.2" __all__: list[str] = [] import dataclasses