From eb0d8095f17633a5832b28d3e3b0e568831b4875 Mon Sep 17 00:00:00 2001 From: Michaelyin Date: Tue, 7 Jan 2025 10:13:39 +0800 Subject: [PATCH] 1.0.11 --- CHANGELOG.md | 4 ++++ pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3fa50c6..f6e1ff2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 1.0.11 + +1. Add `Recursive slot call` support. + ## 1.0.10 1. Fix missing context variable in the `call` tag. diff --git a/pyproject.toml b/pyproject.toml index 9858230..98141b5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "django-viewcomponent" -version = "1.0.10" +version = "1.0.11" description = "Build reusable components in Django, inspired by Rails ViewComponent" authors = ["Michael Yin "] license = "MIT"