Skip to content

Commit fd196fc

Browse files
committed
Prepare v1.4.0 for release
1 parent 08d5654 commit fd196fc

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
## [Unreleased]
44

5+
## [1.4.0](https://github.com/torchbox/django-pattern-library/releases/tag/v1.4.0) - 2025-04-02
6+
7+
### Added
8+
9+
- Add support for Django 5.2 ([#253](https://github.com/torchbox/django-pattern-library/issues/253))
10+
- Add emoji favicon to avoid favicon.ico requests from the browser
11+
512
## [1.3.0](https://github.com/torchbox/django-pattern-library/releases/tag/v1.3.0) - 2024-12-11
613

714
### Added

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-pattern-library"
3-
version = "1.3.0"
3+
version = "1.4.0"
44
description = "A module for Django that allows to build pattern libraries for your projects."
55
authors = [
66
"Ben Dickinson <[email protected]>",

0 commit comments

Comments
 (0)