Skip to content

Commit 449bf9d

Browse files
committed
release: 0.1.1
1 parent 25d6d24 commit 449bf9d

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed

CHANGELOG.rst

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,23 @@ Changelog
55
unreleased
66
----------
77

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
925

1026
0.1.0 - 2023-12-19
1127
------------------

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ requires = [
66

77
[project]
88
name = "django-nh3"
9-
version = "0.1.0"
9+
version = "0.1.1"
1010
description = "Django integration with for nh3, Python binding to Ammonia HTML sanitizer Rust crate."
1111
readme = "README.rst"
1212
keywords = [

0 commit comments

Comments
 (0)