Skip to content

Commit be2392c

Browse files
committed
Update changelog for v0.0.30
1 parent c0cf659 commit be2392c

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ to integrate `asyncio`-based projects such as `Playwright`.
2222

2323
### Minimum required versions
2424

25-
* Python >= 3.7
25+
* Python >= 3.8
2626
* Scrapy >= 2.0 (!= 2.4.0)
2727
* Playwright >= 1.15
2828

docs/changelog.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
# scrapy-playwright changelog
22

33

4+
### [v0.0.30](https://github.com/scrapy-plugins/scrapy-playwright/releases/tag/v0.0.30) (2023-08-17)
5+
6+
* Fix page_init_callback duplication (#222)
7+
* Bump minimum Python version from 3.7 to 3.8 (#223)
8+
9+
410
### [v0.0.29](https://github.com/scrapy-plugins/scrapy-playwright/releases/tag/v0.0.29) (2023-08-11)
511

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

0 commit comments

Comments
 (0)