Skip to content

Commit 6489f2a

Browse files
committed
Release 4.0.0
1 parent 29931fb commit 6489f2a

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

CHANGELOG.md

+3-4
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ 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+
## [4.0.0] - 2024-08-05
99

1010
### Added
1111

@@ -21,7 +21,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2121
- Add `conversion.convert_svg2png` image conversion function + support for SVG in `probing.format_for` #113
2222
- Add `i18n.Lang` class used as typed result of i18n operations #151
2323

24-
## Changed
24+
### Changed
2525

2626
- **BREAKING** Renamed `zimscraperlib.image.convertion` to `zimscraperlib.image.conversion` to fix typo
2727
- **BREAKING** Many changes in type hints to match the real underlying code
@@ -35,10 +35,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3535
- **BREAKING** `i18n.get_language_details()`, `i18n.get_iso_lang_data()`, `i18n.find_language_names()` and `i18n.update_with_macro` now process / return a new typed `Lang` class #151
3636
- **BREAKING** Rename `i18.NotFound` to `i18n.NotFoundError`
3737

38-
## Removed
38+
### Removed
3939
- **BREAKING** Remove translation features in `i18n`: `Locale` class + `_` and `setlocale` functions #134
4040

41-
4241
### Fixed
4342

4443
- Metadata length validation is buggy for unicode strings #158

src/zimscraperlib/__about__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "4.0.0-dev0"
1+
__version__ = "4.0.0"

0 commit comments

Comments
 (0)