Skip to content

Commit 3fa907b

Browse files
Build 0.1.0a1
1 parent 3bd3df8 commit 3fa907b

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

docs/changelog.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@
44
Changelog
55
=========
66

7+
.. _v_0_1_0a1:
8+
9+
0.1.0a1 (2025-06-14)
10+
--------------------
11+
12+
* Added `toc` retrieval as dictionary (:issue:`4`)
13+
* Added Comprehensive navigation reading support (`#38 <https://github.com/ernestofgonzalez/epub-utils/pull/38>`, `#39 <https://github.com/ernestofgonzalez/epub-utils/pull/39>`, `#42 <https://github.com/ernestofgonzalez/epub-utils/pull/42>`)
14+
* Added MacOS test runner (`#41 <https://github.com/ernestofgonzalez/epub-utils/pull/41>`)
15+
* Added support for Python 3.8 and Python 3.9 (`#40 <https://github.com/ernestofgonzalez/epub-utils/pull/40>`)
16+
717
.. _v_0_0_0a5:
818

919
0.0.0a5 (2025-06-01)

epub_utils/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
from epub_utils.doc import Document
44

5-
VERSION = '0.0.0a5'
5+
VERSION = '0.1.0a1'
66

77

88
def print_version(ctx, param, value):

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
from setuptools import find_packages, setup
44

5-
VERSION = '0.0.0a5'
5+
VERSION = '0.1.0a1'
66

77

88
def get_long_description():

0 commit comments

Comments
 (0)