Skip to content

Commit 53e4297

Browse files
committed
updated changelog format
1 parent 6fa808b commit 53e4297

File tree

1 file changed

+25
-10
lines changed

1 file changed

+25
-10
lines changed

CHANGELOG.md

Lines changed: 25 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,29 @@
1-
## 1.1.0
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
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+
## [Unreleased]
9+
10+
### Added
11+
12+
* getMetadataItem support (#127)
13+
* Added Python3.10 Support
14+
15+
### Changed
216

317
* Allow setting mimetype for metadata
4-
* added getMetadataItem support (#127)
18+
* Updated Cython to 0.29.28
19+
* Fixed `Archive.filesize` (#137)
20+
21+
### Removed
22+
523
* skip cython on setup.py clean (#131)
624
* OFFLINE environ skips network-using tests (#132)
7-
* Added Python3.10 Support
8-
* Updated Cython to 0.29.26
9-
* Fixed `Archive.filesize` (#137)
1025

11-
## 1.0.0
26+
## [1.0.0] - 2021-10-09
1227

1328
* using libzim 7.x
1429
* Python 3.9 support
@@ -21,7 +36,7 @@
2136
* macOS releases are signed and notarized
2237
* Early-failure on invalid destination ZIM path
2338

24-
## 0.0.4
39+
## [0.0.4]
2540

2641
* added compression argument to Creator to set compression algorithm (libzim.writer.Compression)
2742
* Creator positional arguments order changed: min_chunk_size moved after compression
@@ -31,11 +46,11 @@
3146
* Fixed using `get_filename()` (#71)
3247
* using libzim 6.1.8
3348

34-
## 0.0.3.post0
49+
## [0.0.3.post0]
3550

3651
* fixed access to bundled libzim on macOS (missing rpath)
3752

38-
## 0.0.3
53+
## [0.0.3]
3954

4055
* [reader] fixed `main_page` retrieval
4156
* [reader] provide access to redirect target via `get_redirect_article()` (#51)
@@ -64,7 +79,7 @@
6479
* building with Cython 0.29.20+
6580
* using libzim 6.1.7
6681

67-
## 0.0.2
82+
## [0.0.2]
6883

6984
* initial release
7085
* using libzim 6.1.6

0 commit comments

Comments
 (0)