Skip to content

Commit 8e6fa9e

Browse files
committed
Bump version to 0.42.0.
1 parent da7f1e4 commit 8e6fa9e

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

DEVELOPING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
## Bump version
2121

2222
1. `poe t`
23-
1. `poe b`
23+
1. `poe jb`
2424
1. `poetry version major|minor|patch`
2525
1. Update django-unicorn.com's changelog.md
2626
1. Commit/tag/push version bump

django_unicorn/CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## v0.42.0
4+
5+
- Remove all blank spaces from JSON responses.
6+
- Optional support for minifying response HTML with [`htmlmin`](https://pypi.org/project/htmlmin/).
7+
- 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)
8+
9+
**Breaking changes**
10+
11+
- Bump supported Python to >=3.7.
12+
13+
[All changes since 0.42.0](https://github.com/adamghill/django-unicorn/compare/0.41.2...0.42.0).
14+
315
## v0.41.2
416

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

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

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

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

0 commit comments

Comments
 (0)