Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add release notes for 2.0.1 #108

Merged
merged 4 commits into from Dec 26, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/source/conf.py
Expand Up @@ -166,5 +166,5 @@
]


# Example configuration for intersphinx: refer to the Python standard library.
intersphinx_mapping = {"python": ("https://docs.python.org/", None)}
# Configuration for intersphinx: refer to the Python standard library.
intersphinx_mapping = {"python": ("https://docs.python.org/3", None)}
25 changes: 25 additions & 0 deletions docs/source/release-notes/2.0.1.rst
@@ -0,0 +1,25 @@
2.0.1 - 2022-06-01
------------------

- Fix bug where the non-deprecated method ``resolve_with()`` was
calling the deprecated method ``.is_valid()`` and causing warnings
to be emitted - `bug 86`_

- Fix bug where an empty path was not being matched by the PATH_EMPTY
regex - `bug 88`_

- Fix bug where a newline character embedded in a fragment would
cause regex parsing to halt - `bug 99`

- Fix bug where the ':' between the host and port in the authority
could be improperly omitted - `bug 102`_

.. links below here
.. _bug 86:
https://github.com/python-hyper/rfc3986/issues/86
.. _bug 88:
https://github.com/python-hyper/rfc3986/issues/88
.. _bug 99:
https://github.com/python-hyper/rfc3986/issues/102
.. _bug 102:
https://github.com/python-hyper/rfc3986/issues/102
1 change: 1 addition & 0 deletions docs/source/release-notes/index.rst
Expand Up @@ -11,6 +11,7 @@ here with the newest releases first.
.. toctree::

unreleased
2.0.1
2.0.0

1.x Release Series
Expand Down
2 changes: 1 addition & 1 deletion docs/source/requirements.txt
@@ -1,3 +1,3 @@
Sphinx>=1.5.3
Sphinx<7.0.0
sphinx-prompt>=1.0.0
sphinx_rtd_theme