Skip to content

Commit 4f1ca05

Browse files
committed
Bump version to 0.40.0.
1 parent 5e9142b commit 4f1ca05

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

django_unicorn/CHANGELOG.md

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

3+
## v0.40.0
4+
5+
- Add direct view so that components can be added directly to urls without being required to be included in a regular Django template.
6+
- Add capability for `startunicorn` to created components in sub-folders (#299)[https://github.com/adamghill/django-unicorn/issues/299]
7+
8+
[All changes since 0.39.1](https://github.com/adamghill/django-unicorn/compare/0.39.1...0.40.0).
9+
310
## v0.39.1
411

512
- Prefer `prefetch_related` to reduce database calls for many-to-many fields.

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-unicorn"
3-
version = "0.39.1"
3+
version = "0.40.0"
44
description = "A magical full-stack framework for Django."
55
authors = ["Adam Hill <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)