Skip to content

Commit 2d00a63

Browse files
committed
1.0.6
1 parent 57f00db commit 2d00a63

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 1.0.6
4+
5+
1. Return 404 instead of raising exception if preview not found.
6+
2. Use pre-commit to help format code.
7+
3. Update doc about the `preview`
8+
39
## 1.0.5
410

511
1. Add `show_previews` option to control whether to show previews or not

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "django-viewcomponent"
3-
version = "1.0.5"
3+
version = "1.0.6"
44
description = "Build reusable components in Django, inspired by Rails ViewComponent"
55
authors = ["Michael Yin <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)