Skip to content

Commit d927c67

Browse files
committed
Bump version
1 parent 4881868 commit d927c67

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
## [next] - xxxx-xx-xx
44

5+
## [0.5.0] - 2026-03-11
6+
7+
- Add `archive_regexp`, `archive_blacklist_regexp`; remove `archive_disallow_regexp` ([#39](https://github.com/q-m/scrapy-webarchive/issues/39)) - _possibly breaking change_
8+
- Ignore unrecognized index entries ([#38](https://github.com/q-m/scrapy-webarchive/issues/38))
9+
- Fix reading compressed index files ([#42](https://github.com/q-m/scrapy-webarchive/issues/42))
10+
511
## [0.4.1] - 2025-11-17
612

713
- Fix for getting spider name in different scrapy versions

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "scrapy-webarchive"
7-
version = "0.4.1"
7+
version = "0.5.0"
88
dependencies = [
99
"Scrapy>=2.9,<2.12",
1010
"warcio==1.7.4",

scrapy_webarchive/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.4.1"
1+
__version__ = "0.5.0"

0 commit comments

Comments
 (0)