Skip to content

Commit

Permalink
Release 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
GitRon committed Feb 6, 2024
1 parent 9aaf732 commit bde9d55
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 11 deletions.
10 changes: 0 additions & 10 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,6 @@
CHANGELOG
=========

1.0.1 - 2024-02-06
------------------

* Add build_attrs filter to tailwind_filters.py
* Add attrs.html template for tailwind layout
* Refactor select.html and select_option.html templates
* Add id attribute to select elements
* Fix ID attribute in select element
* Add tests for select attributes

1.0.0 - 2024-01-09
------------------

Expand Down
6 changes: 6 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Release type: patch

* Add `build_attrs` filter to `tailwind_filters.py`
* Add `attrs.html` template for Tailwind layout
* Refactor `select.html` and `select_option.html` templates
* Add ID attribute to `select` elements
2 changes: 1 addition & 1 deletion crispy_tailwind/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.0.1"
__version__ = "1.0.0"

0 comments on commit bde9d55

Please sign in to comment.