Skip to content

Commit 6ae84a4

Browse files
committed
minor: updated CHANGELOG.md
1 parent c623dec commit 6ae84a4

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog - toc
22

3-
## [2.7.0] - 2024-05-14
3+
## [2.7.1] - 2024-08-19
44
### Added
55

66
- Placing TOC after module docstring in python files
@@ -12,6 +12,7 @@
1212

1313
### Fixed
1414

15+
- Docstring matching
1516
- HTML headings that span across multiple lines are now matched
1617

1718
### Testing

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ packages = ["toc"]
2222

2323
[project]
2424
name = "tableofcontents"
25-
version = "2.7.0"
25+
version = "2.7.1"
2626
authors = [
2727
{ name="AlphaJack" },
2828
]

0 commit comments

Comments
 (0)