Skip to content

Commit

Permalink
Bump to 0.44.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
adamghill committed Mar 31, 2022
1 parent 1dd2678 commit 095409e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
11 changes: 9 additions & 2 deletions docs/source/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 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)
- 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)

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

## v0.44.0

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

## v0.43.1

- Fix bug where direct views were not caching the component correctly
- Fix: direct views were not caching the component correctly

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

Expand All @@ -21,7 +28,7 @@

## v0.42.1

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

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

0 comments on commit 095409e

Please sign in to comment.