Skip to content

Commit e47e620

Browse files
committed
Release 5.2.0
1 parent 198c2b7 commit e47e620

File tree

3 files changed

+5
-8
lines changed

3 files changed

+5
-8
lines changed

CHANGELOG.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,26 +5,23 @@ 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.2.0] - 2025-10-02
99

1010
### Added
1111

12+
- Add utility to fetch and prepare ZIM illustration (#254)
1213
- New `zim.dedup.Deduplicator` class to handle automatic deduplication of content before adding to the ZIM (#33)
1314

1415
### Changed
1516

1617
- Upgrade dependencies, especially wombat 3.9.1 (#262, #263)
17-
- Backport changes in wabac.js around JS rewriting rules (#259)
18+
- Backport changes in wabac.js around JS rewriting rules (#259, #265)
1819

1920
### Fixed
2021

2122
- JS rewriting abusively rewrite import function (#255)
2223
- Test about badly escaped src in HTML is failing (#264)
2324

24-
### Added
25-
26-
- Add utility to fetch and prepare ZIM illustration (#254)
27-
2825
## [5.1.1] - 2025-02-17
2926

3027
### Changed

javascript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@openzim/wombat-setup",
33
"type": "module",
4-
"version": "0.1.0-dev.0",
4+
"version": "5.2.0",
55
"license": "GPL-3.0-or-later",
66
"author": "openZIM",
77
"devDependencies": {

src/zimscraperlib/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "5.1.2-dev0"
1+
__version__ = "5.2.0"

0 commit comments

Comments
 (0)