File tree Expand file tree Collapse file tree 2 files changed +18
-2
lines changed Expand file tree Collapse file tree 2 files changed +18
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,23 @@ Changelog
5
5
unreleased
6
6
----------
7
7
8
- - Use the super class to strip the value on the form field.
8
+
9
+ 0.1.1 - 2023-12-21
10
+ ------------------
11
+
12
+ * Fix min target for black and the PyPI Changelog URL by `@zerolab `_ in `PR 18 `_
13
+ * Update project metadata for PEP 621 by `@zerolab `_ in `PR 19 `_
14
+ * Add coverage report to the GitHub Actions summary by `@zerolab `_ in `PR 20 `_
15
+ * Drop ruff from GitHub Actions as it is covered by pre-commit.ci by `@zerolab `_ in `PR 21 `_
16
+ * feat: Use super class to strip value by `@marksweb `_ in `PR 22 `_
17
+
18
+ .. _@marksweb : https://github.com/marksweb
19
+ .. _@zerolab : https://github.com/zerolab
20
+ .. _PR 18 : https://github.com/marksweb/django-nh3/pull/18
21
+ .. _PR 19 : https://github.com/marksweb/django-nh3/pull/19
22
+ .. _PR 20 : https://github.com/marksweb/django-nh3/pull/20
23
+ .. _PR 21 : https://github.com/marksweb/django-nh3/pull/21
24
+ .. _PR 22 : https://github.com/marksweb/django-nh3/pull/22
9
25
10
26
0.1.0 - 2023-12-19
11
27
------------------
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ requires = [
6
6
7
7
[project ]
8
8
name = " django-nh3"
9
- version = " 0.1.0 "
9
+ version = " 0.1.1 "
10
10
description = " Django integration with for nh3, Python binding to Ammonia HTML sanitizer Rust crate."
11
11
readme = " README.rst"
12
12
keywords = [
You can’t perform that action at this time.
0 commit comments