We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d73c8c6 commit 3b8645bCopy full SHA for 3b8645b
CHANGELOG.md
@@ -5,6 +5,16 @@ All notable changes to this project will be documented in this file.
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
8
+## [3.4.0] - 2023-12-16
9
+
10
+### Added
11
12
+- New `Creator.add_alias` method for multiple entries pointing to same content
13
14
+### Changed
15
16
+- Using C++ libzim 9.1.0
17
18
## [3.3.0] - 2023-11-15
19
20
### Added
setup.cfg
@@ -1,6 +1,6 @@
1
[metadata]
2
name = libzim
3
-version = 3.3.0.post0
+version = 3.4.0
4
url = https://github.com/openzim/python-libzim
project_urls =
Donate = https://www.kiwix.org/en/support-us/
0 commit comments