Skip to content

Commit

Permalink
Release v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thibaudcolas committed Dec 11, 2024
1 parent e41537b commit 688568f
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# Changelog

## [Unreleased]

## [1.3.0](https://github.com/torchbox/django-pattern-library/releases/tag/v1.3.0) - 2024-12-11

### Added

- Add support for Django 5.1 ([#251](https://github.com/torchbox/django-pattern-library/pull/251))

### Removed

- Drop support for Python 3.8 ([#251](https://github.com/torchbox/django-pattern-library/pull/251))
- Drop support for Django 4.1 ([#242](https://github.com/torchbox/django-pattern-library/pull/242))

### Documentation

- Note requirement for `.md` extension for pattern documentation files ([#248](https://github.com/torchbox/django-pattern-library/pull/248))
- Mention complementary package django-viewcomponent, and django-lookbook as an alternative. ([#250](https://github.com/torchbox/django-pattern-library/pull/250))

### Maintenance

- Test with Python 3.12 ([#242](https://github.com/torchbox/django-pattern-library/pull/242))

## [1.2.0](https://github.com/torchbox/django-pattern-library/releases/tag/v1.2.0) - 2024-01-16

### Added
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "django-pattern-library"
version = "1.2.0"
version = "1.3.0"
description = "A module for Django that allows to build pattern libraries for your projects."
authors = [
"Ben Dickinson <[email protected]>",
Expand Down

0 comments on commit 688568f

Please sign in to comment.