Skip to content

Commit

Permalink
Merge pull request #43 from Gallaecio/changelog
Browse files Browse the repository at this point in the history
Add a changelog and cover version 0.3.0
  • Loading branch information
kmike committed Aug 9, 2023
2 parents 741d95f + 2dfd58d commit 425047b
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
=================
Protego changelog
=================

0.3.0 (to be released)
======================

- Changed requirements:

- Dropped support for Python 2.7, 3.5, 3.6, and 3.7, and added support
for 3.11 and for the upcoming 3.12.

- ``six`` is no longer a dependency.

- Added support for the ``Visit-Time`` directive.

- Fixed leading asterisks in allow and disallow values not being properly
interpreted.

- ``Protego.parse()`` now raises value error when *content* is not a string.


Earlier releases
================

Find the changelog of earlier releases `at GitHub
<https://github.com/scrapy/protego/releases>`_.

0 comments on commit 425047b

Please sign in to comment.