Skip to content

Commit 014e5c1

Browse files
committed
Release v0.6.0
1 parent 61481e0 commit 014e5c1

File tree

2 files changed

+10
-16
lines changed

2 files changed

+10
-16
lines changed

CHANGELOG.md

Lines changed: 9 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,13 @@
22

33
## [Unreleased]
44

5+
## [0.6.0](https://github.com/torchbox/django-pattern-library/releases/tag/v0.6.0) - 2021-12-21
6+
57
- Make `default_app_config conditional` to avoid [deprecation warnings](https://docs.djangoproject.com/en/3.2/ref/applications/#for-application-authors) for Django versions >= 3.2 ([#153](https://github.com/torchbox/django-pattern-library/issues/153), [#160](https://github.com/torchbox/django-pattern-library/pull/160)).
68
- Define `AppConfig.default_auto_field` as [required since Django 3.2](https://docs.djangoproject.com/en/3.2/releases/3.2/#customizing-type-of-auto-created-primary-keys) ([#154](https://github.com/torchbox/django-pattern-library/pull/154)).
79
- Support PyYAML v6 ([#158](https://github.com/torchbox/django-pattern-library/pull/158))
810

9-
## [0.5.0] - 2021-06-04
11+
## [0.5.0](https://github.com/torchbox/django-pattern-library/releases/tag/v0.5.0) - 2021-06-04
1012

1113
### Added
1214

@@ -20,14 +22,14 @@ This addresses the following limitations of the pattern library:
2022

2123
View the [documentation](https://torchbox.github.io/django-pattern-library/guides/defining-template-context/#modifying-template-contexts-with-python), as well as demos leveraging the new capability: [forms](https://torchbox.github.io/django-pattern-library/demo/pattern-library/pattern/patterns/pages/forms/example_form.html) (see [forms and fields recipe](https://torchbox.github.io/django-pattern-library/recipes/forms-and-fields/)), and [pagination](https://torchbox.github.io/django-pattern-library/demo/pattern-library/pattern/patterns/pages/search/search.html) (see [pagination recipe](https://torchbox.github.io/django-pattern-library/recipes/pagination/)).
2224

23-
## [0.4.0] - 2021-05-20
25+
## [0.4.0](https://github.com/torchbox/django-pattern-library/releases/tag/v0.4.0) - 2021-05-20
2426

2527
### Added
2628

2729
- We now officially support Django 3.2, and tentatively Django 4.0 ([#144](https://github.com/torchbox/django-pattern-library/pull/144))
2830
- Load templates from template engines’ [`DIRS`](https://docs.djangoproject.com/en/3.2/ref/settings/#dirs) as well as apps’ `templates` subdirectories ([#145](https://github.com/torchbox/django-pattern-library/pull/145))
2931

30-
## [0.3.0] - 2020-11-02
32+
## [0.3.0](https://github.com/torchbox/django-pattern-library/releases/tag/v0.3.0) - 2020-11-02
3133

3234
We have a new documentation website! Check out [torchbox.github.io/django-pattern-library](https://torchbox.github.io/django-pattern-library/).
3335

@@ -49,7 +51,7 @@ We have a new documentation website! Check out [torchbox.github.io/django-patter
4951
- Pages and fragments are now handled correctly again ([#119](https://github.com/torchbox/django-pattern-library/issues/119))
5052
- PyPI package metadata now uses absolute URLs to GitHub ([#120](https://github.com/torchbox/django-pattern-library/issues/120)).
5153

52-
## [0.2.9] - 2020-07-29
54+
## [0.2.9](https://github.com/torchbox/django-pattern-library/releases/tag/v0.2.9) - 2020-07-29
5355

5456
### Added
5557

@@ -60,7 +62,7 @@ We have a new documentation website! Check out [torchbox.github.io/django-patter
6062

6163
- Templates that are not explicitly part of the pattern library can no longer be rendered by the pattern library
6264

63-
## [0.2.8] - 2020-03-13
65+
## [0.2.8](https://github.com/torchbox/django-pattern-library/releases/tag/v0.2.8) - 2020-03-13
6466

6567
### Added
6668

@@ -81,7 +83,7 @@ We have a new documentation website! Check out [torchbox.github.io/django-patter
8183
- Pattern search (no longer case sensitive)
8284
- Issue with xframe-options header in django 3
8385

84-
## [0.2.5] - 2019-11-01
86+
## [0.2.5](https://github.com/torchbox/django-pattern-library/releases/tag/v0.2.5) - 2019-11-01
8587

8688
### Added
8789

@@ -94,16 +96,8 @@ We have a new documentation website! Check out [torchbox.github.io/django-patter
9496

9597
- Improve documentation for developers
9698

97-
## [0.2.4] - 2019-06-11
99+
## [0.2.4](https://github.com/torchbox/django-pattern-library/releases/tag/v0.2.4) - 2019-06-11
98100

99101
### Added
100102

101103
- Compatibility with Django 2.2
102-
103-
[0.5.0]: https://github.com/torchbox/django-pattern-library/releases/tag/v0.5.0
104-
[0.4.0]: https://github.com/torchbox/django-pattern-library/releases/tag/v0.4.0
105-
[0.3.0]: https://github.com/torchbox/django-pattern-library/releases/tag/v0.3.0
106-
[0.2.9]: https://github.com/torchbox/django-pattern-library/releases/tag/v0.2.9
107-
[0.2.8]: https://github.com/torchbox/django-pattern-library/releases/tag/v0.2.8
108-
[0.2.5]: https://github.com/torchbox/django-pattern-library/releases/tag/v0.2.5
109-
[0.2.4]: https://github.com/torchbox/django-pattern-library/releases/tag/v0.2.4

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 = "0.5.0"
3+
version = "0.6.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)