Skip to content

Commit

Permalink
1.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-yin committed Jan 7, 2025
1 parent f278d24 commit eb0d809
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit eb0d809

Please sign in to comment.