Skip to content

Commit

Permalink
Bump version to 0.42.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
adamghill committed Jan 29, 2022
1 parent da7f1e4 commit 8e6fa9e
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
2 changes: 1 addition & 1 deletion DEVELOPING.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
## Bump version

1. `poe t`
1. `poe b`
1. `poe jb`
1. `poetry version major|minor|patch`
1. Update django-unicorn.com's changelog.md
1. Commit/tag/push version bump
Expand Down
14 changes: 13 additions & 1 deletion django_unicorn/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## v0.42.0

- Remove all blank spaces from JSON responses.
- Optional support for minifying response HTML with [`htmlmin`](https://pypi.org/project/htmlmin/).
- Log warning message if the component HTML doesn't appear to be well-formed (i.e. an element does not have an ending tag). [#342](https://github.com/adamghill/django-unicorn/issues/342) by [liamlawless35](https://github.com/liamlawless35)

**Breaking changes**

- Bump supported Python to >=3.7.

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

## v0.41.2

- Fix: Handle excluding a field's attribute when the field is `None`.
Expand All @@ -21,7 +33,7 @@
## v0.40.0

- Add direct view so that components can be added directly to urls without being required to be included in a regular Django template.
- Add capability for `startunicorn` to created components in sub-folders (#299)[https://github.com/adamghill/django-unicorn/issues/299]
- Add capability for `startunicorn` to created components in sub-folders. (#299)[https://github.com/adamghill/django-unicorn/issues/299]

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

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.41.2"
version = "0.42.0"
description = "A magical full-stack framework for Django."
authors = ["Adam Hill <unicorn@adamghill.com>"]
license = "MIT"
Expand Down

0 comments on commit 8e6fa9e

Please sign in to comment.