Skip to content

Commit 095409e

Browse files
committed
Bump to 0.44.1.
1 parent 1dd2678 commit 095409e

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

docs/source/changelog.md

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

3+
## v0.44.1
4+
5+
- 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)
6+
- Add `component_id`, `component_name`, `component_key` to the `unicorn` dictionary in the template context [#389](https://github.com/adamghill/django-unicorn/issues/389) by [nerdoc](https://github.com/nerdoc)
7+
8+
[All changes since 0.44.0](https://github.com/adamghill/django-unicorn/compare/0.44.0...0.44.1).
9+
310
## v0.44.0
411

512
- Add support for raising a `ValidationError` from component methods
@@ -8,7 +15,7 @@
815

916
## v0.43.1
1017

11-
- Fix bug where direct views were not caching the component correctly
18+
- Fix: direct views were not caching the component correctly
1219

1320
[All changes since 0.43.0](https://github.com/adamghill/django-unicorn/compare/0.43.0...0.43.1).
1421

@@ -21,7 +28,7 @@
2128

2229
## v0.42.1
2330

24-
- Fix bug where dictionaries in a component would generate incorrect checksums and trigger a `Checksum does not match` error
31+
- Fix: dictionaries in a component would generate incorrect checksums and trigger a `Checksum does not match` error
2532
- Remove some serializations that was happening unnecessarily on every render
2633
- Add Python 3.10 and Django 4.0 to test matrix
2734

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

0 commit comments

Comments
 (0)