Skip to content

Commit c528383

Browse files
committed
Bump version to 0.30.0.
1 parent b6f285a commit c528383

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

django_unicorn/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## v0.30.0
4+
5+
- Look in all `INSTALLED_APPS` for components instead of only in a `unicorn` app [210](https://github.com/adamghill/django-unicorn/issues/210)
6+
- Support `settings.APPS_DIR` which is the default for `django-cookiecutter` instead of just `settings.BASE_DIR` [214](https://github.com/adamghill/django-unicorn/issues/214)
7+
8+
** Breaking changes **
9+
10+
- Require an application name when running the `startunicorn` management command for where the component should be created
11+
12+
[All changes since 0.29.0](https://github.com/adamghill/django-unicorn/compare/0.29.0...0.30.0).
13+
314
## v0.29.0
415

516
- Sanitize initial JSON to prevent XSS

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "django-unicorn"
3-
version = "0.29.0"
3+
version = "0.30.0"
44
description = "A magical full-stack framework for Django."
55
authors = ["Adam Hill <unicorn@adamghill.com>"]
66
license = "MIT"

0 commit comments

Comments
 (0)