Skip to content

Commit 127add9

Browse files
committed
Bump to 0.45.0.
1 parent 136e80c commit 127add9

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

docs/source/changelog.md

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

3+
## v0.45.0
4+
5+
- Add ability to render initial data JavaScript inside the rendered component with [`SCRIPT_LOCATION`](settings.md#scriptlocation) setting
6+
7+
[All changes since 0.45.0](https://github.com/adamghill/django-unicorn/compare/0.44.1...0.45.0).
8+
39
## v0.44.1
410

511
- Fix: Some types of type annotations on a component method would cause an error when it was called [#392](https://github.com/adamghill/django-unicorn/issues/392) by [nerdoc](https://github.com/nerdoc)

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

0 commit comments

Comments
 (0)