Skip to content

Commit

Permalink
Bump to 0.45.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
adamghill committed Apr 15, 2022
1 parent 136e80c commit 127add9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions docs/source/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## v0.45.0

- Add ability to render initial data JavaScript inside the rendered component with [`SCRIPT_LOCATION`](settings.md#scriptlocation) setting

[All changes since 0.45.0](https://github.com/adamghill/django-unicorn/compare/0.44.1...0.45.0).

## v0.44.1

- 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)
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-unicorn"
version = "0.44.1"
version = "0.45.0"
description = "A magical full-stack framework for Django."
authors = ["Adam Hill <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 127add9

Please sign in to comment.