Skip to content

Commit

Permalink
Bump version to 0.44.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
adamghill committed Mar 28, 2022
1 parent 8f90653 commit af6c930
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.44.0

- Add support for raising a `ValidationError` from component methods

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

## v0.43.1

- Fix bug where direct views were not caching the component correctly
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.43.1"
version = "0.44.0"
description = "A magical full-stack framework for Django."
authors = ["Adam Hill <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit af6c930

Please sign in to comment.