Skip to content

Commit

Permalink
Merge branch 'master' of ssh://github.com/scrapinghub/scrapy-poet int…
Browse files Browse the repository at this point in the history
…o new-web-poet
  • Loading branch information
BurnzZ committed Jan 30, 2023
2 parents a46b1e2 + 399371f commit 774619c
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.7.0
current_version = 0.8.0
commit = True
tag = True
tag_name = {new_version}
Expand Down
14 changes: 12 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Changelog
=========

TBR
---

* Added support for item classes which are used as dependencies in page objects
and spider callbacks. The following is now possible:

Expand Down Expand Up @@ -75,8 +78,6 @@ Changelog
* Moved some of the utility functions from the test module into
``scrapy_poet.utils.testing``.

* Now requires ``web-poet >= 0.7.0``.

* Documentation improvements.

* Deprecations:
Expand Down Expand Up @@ -123,6 +124,15 @@ Changelog
for ``SCRAPY_POET_RULES`` (and the deprecated ``SCRAPY_POET_OVERRIDES``).


0.8.0 (2023-01-24)
------------------

* Now requires ``web-poet >= 0.7.0`` and ``time_machine``.

* Added a ``savefixture`` command that creates a test for a page object.
See :ref:`testing` for more information.


0.7.0 (2023-01-17)
------------------

Expand Down
2 changes: 1 addition & 1 deletion scrapy_poet/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.7.0
0.8.0

0 comments on commit 774619c

Please sign in to comment.