Skip to content

Commit 688568f

Browse files
committed
Release v1.3.0
1 parent e41537b commit 688568f

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

CHANGELOG.md

+22
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
11
# Changelog
22

3+
## [Unreleased]
4+
5+
## [1.3.0](https://github.com/torchbox/django-pattern-library/releases/tag/v1.3.0) - 2024-12-11
6+
7+
### Added
8+
9+
- Add support for Django 5.1 ([#251](https://github.com/torchbox/django-pattern-library/pull/251))
10+
11+
### Removed
12+
13+
- Drop support for Python 3.8 ([#251](https://github.com/torchbox/django-pattern-library/pull/251))
14+
- Drop support for Django 4.1 ([#242](https://github.com/torchbox/django-pattern-library/pull/242))
15+
16+
### Documentation
17+
18+
- Note requirement for `.md` extension for pattern documentation files ([#248](https://github.com/torchbox/django-pattern-library/pull/248))
19+
- Mention complementary package django-viewcomponent, and django-lookbook as an alternative. ([#250](https://github.com/torchbox/django-pattern-library/pull/250))
20+
21+
### Maintenance
22+
23+
- Test with Python 3.12 ([#242](https://github.com/torchbox/django-pattern-library/pull/242))
24+
325
## [1.2.0](https://github.com/torchbox/django-pattern-library/releases/tag/v1.2.0) - 2024-01-16
426

527
### Added

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "django-pattern-library"
3-
version = "1.2.0"
3+
version = "1.3.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)