From 87d2c66abf5fd1bab70f33ef4f31fbffa88ad92b Mon Sep 17 00:00:00 2001 From: AlphaJack Date: Tue, 14 May 2024 09:17:08 +0200 Subject: [PATCH] minor: updated CHANGELOG.md --- CHANGELOG.md | 76 +++++++++++++++++++++++++--------------------------- 1 file changed, 36 insertions(+), 40 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fe86821..bdfb28f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,45 +1,24 @@ - - # Changelog - toc +## [2.7.0] - 2024-05-14 +### Added + +- Placing TOC after module docstring in python files + +### Changed + +- Updating file name in TOC in case file has been renamed +- Using pathlib to reference files + +### Fixed + +- HTML headings that span across multiple lines are now matched + +### Testing + +- Added man and line numbers tests +- Added HTML tests + ## [2.6.0] - 2024-03-16 ### Added @@ -96,6 +75,11 @@ - Added stdin and ouput tests for cli script - Added cli testing +### Various + +- Optimized range in _prettify_connectors() +- Using single source for package version + ## [2.3.0] - 2024-02-02 ### Added @@ -128,6 +112,10 @@ - Added more unit tests to toc.py - Added check for missing reference file +### Various + +- Avoiding replacing builtins like "file", "input" and "list" + ## [2.2.0] - 2024-01-29 ### Added @@ -160,6 +148,10 @@ - Not considering files under tests/output - Added input and reference test for testing +### Various + +- Using re.search() instead of re.match(), removed re flags= where not needed + ## [2.1.0] - 2024-01-22 ### Added @@ -172,6 +164,10 @@ - Added changelog - Added changelog support through git-cliff +### Various + +- Set PyPI project name to tableofcontents, added GH workflow for PyPI + ## [2.0.0] - 2024-01-21 - Rewriten `toc` in pure `python`