Skip to content

Commit

Permalink
release 1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-yin committed Mar 15, 2024
1 parent 90172da commit 0bd27d7
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.5

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

## 1.0.4

1. Add component `Preview` support
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.4"
version = "1.0.5"
description = "Build reusable components in Django, inspired by Rails ViewComponent"
authors = ["Michael Yin <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 0bd27d7

Please sign in to comment.