Skip to content

Commit

Permalink
release: 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
marksweb committed Dec 21, 2023
1 parent 25d6d24 commit 449bf9d
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
18 changes: 17 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,23 @@ Changelog
unreleased
----------

- Use the super class to strip the value on the form field.

0.1.1 - 2023-12-21
------------------

* Fix min target for black and the PyPI Changelog URL by `@zerolab`_ in `PR 18`_
* Update project metadata for PEP 621 by `@zerolab`_ in `PR 19`_
* Add coverage report to the GitHub Actions summary by `@zerolab`_ in `PR 20`_
* Drop ruff from GitHub Actions as it is covered by pre-commit.ci by `@zerolab`_ in `PR 21`_
* feat: Use super class to strip value by `@marksweb`_ in `PR 22`_

.. _@marksweb: https://github.com/marksweb
.. _@zerolab: https://github.com/zerolab
.. _PR 18: https://github.com/marksweb/django-nh3/pull/18
.. _PR 19: https://github.com/marksweb/django-nh3/pull/19
.. _PR 20: https://github.com/marksweb/django-nh3/pull/20
.. _PR 21: https://github.com/marksweb/django-nh3/pull/21
.. _PR 22: https://github.com/marksweb/django-nh3/pull/22

0.1.0 - 2023-12-19
------------------
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ requires = [

[project]
name = "django-nh3"
version = "0.1.0"
version = "0.1.1"
description = "Django integration with for nh3, Python binding to Ammonia HTML sanitizer Rust crate."
readme = "README.rst"
keywords = [
Expand Down

0 comments on commit 449bf9d

Please sign in to comment.