Skip to content

Commit 08a88a2

Browse files
authored
Version 0.5 (#69)
* Version 0.5
1 parent 8bb9264 commit 08a88a2

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# CHANGELOG FOR CRISPY-BOOTSTRAP5
22

3+
## 0.5 (2021-08-20)
4+
* Added support for [Accordion Flush](https://getbootstrap.com/docs/5.0/components/accordion/#flush) and
5+
[Always Open](https://getbootstrap.com/docs/5.0/components/accordion/#always-open) (#63)
6+
* Added support for grouped inputs (#64)
7+
* Added support for clearable file field (#53)
8+
* Removed various `|safe` filters in templates
9+
10+
See [Milestones](https://github.com/django-crispy-forms/crispy-bootstrap5/milestone/6?closed=1) for full changelog.
11+
12+
313
## 0.4 (2021-05-27)
414
* Added support for Bootstrap 5 Floating Labels (#42)
515
* Dropped support for Django 3.0

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
from setuptools import setup
44

5-
VERSION = "0.4"
5+
VERSION = "0.5"
66

77

88
def get_long_description():

0 commit comments

Comments
 (0)