Skip to content

Commit

Permalink
Update changelog for v0.0.30
Browse files Browse the repository at this point in the history
  • Loading branch information
elacuesta committed Aug 17, 2023
1 parent c0cf659 commit be2392c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ to integrate `asyncio`-based projects such as `Playwright`.

### Minimum required versions

* Python >= 3.7
* Python >= 3.8
* Scrapy >= 2.0 (!= 2.4.0)
* Playwright >= 1.15

Expand Down
6 changes: 6 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# scrapy-playwright changelog


### [v0.0.30](https://github.com/scrapy-plugins/scrapy-playwright/releases/tag/v0.0.30) (2023-08-17)

* Fix page_init_callback duplication (#222)
* Bump minimum Python version from 3.7 to 3.8 (#223)


### [v0.0.29](https://github.com/scrapy-plugins/scrapy-playwright/releases/tag/v0.0.29) (2023-08-11)

* Set exc_info=True for warning log records (#219)
Expand Down

0 comments on commit be2392c

Please sign in to comment.