Skip to content

Commit af21c01

Browse files
committed
Release 5.0.0
1 parent 7d5aa24 commit af21c01

File tree

2 files changed

+14
-6
lines changed

2 files changed

+14
-6
lines changed

CHANGELOG.md

+13-5
Original file line numberDiff line numberDiff line change
@@ -5,23 +5,31 @@ All notable changes to this project are documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html) (as of version 1.5.0).
77

8-
## [Unreleased]
8+
## [5.0.0] - 2025-01-14
99

10-
## [5.0.0rc3] - 2025-01-07
10+
This is a major release with a lot of breaking changes but most changes are easy to fix.
1111

12-
## Changed
12+
**In addition to item below, see content of Release Candidates for changes since 4.x.**
13+
14+
### Changed
15+
16+
- Add support for urllib3 2.3.x #243
17+
18+
## [5.0.0rc4] - 2025-01-09
19+
20+
### Changed
1321

1422
- Mark library as typed and fix sdist content (#241)
1523

1624
## [5.0.0rc3] - 2025-01-07
1725

18-
## Changed
26+
### Changed
1927

2028
- Upgrade wombat to 3.8.7 (#239)
2129

2230
## [5.0.0rc2] - 2025-01-07
2331

24-
## Fixed
32+
### Fixed
2533

2634
- Fix wombatSetup.js location in wheel (#236)
2735

src/zimscraperlib/__about__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "5.0.0-dev2"
1+
__version__ = "5.0.0"

0 commit comments

Comments
 (0)