Skip to content

Commit

Permalink
Bump to 0.4.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
njsmith committed Aug 7, 2017
1 parent ab1cc7f commit 7cbf74d
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 4 deletions.
21 changes: 21 additions & 0 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,27 @@ Change history

.. towncrier release notes start
Trustme 0.4.0 (2017-08-06)
--------------------------

Features
~~~~~~~~

- :meth:`CA.issue_server_cert` now accepts IP addresses and IP networks. (`#19
<https://github.com/python-trio/trustme/issues/19>`__)


Bugfixes
~~~~~~~~

- Start doing our own handling of Unicode hostname (IDNs), instead of relying
on cryptography to do it; this allows us to correctly handle a broader range
of cases, and avoids relying on soon-to-be-deprecated behavior (`#17
<https://github.com/python-trio/trustme/issues/17>`__)
- Generated certs no longer contain a subject:commonName field, to better match
CABF guidelines (`#18 <https://github.com/python-trio/trustme/issues/18>`__)


Trustme 0.3.0 (2017-08-03)
--------------------------

Expand Down
1 change: 0 additions & 1 deletion newsfragments/17.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion newsfragments/18.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion newsfragments/19.feature

This file was deleted.

2 changes: 1 addition & 1 deletion trustme/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.3.0+dev"
__version__ = "0.4.0"

0 comments on commit 7cbf74d

Please sign in to comment.