Skip to content

Commit

Permalink
minor: updated CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AlphaJack committed Mar 16, 2024
1 parent 9baa418 commit 1a1cdea
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@
// ├───────────────────────────────────────────────────────────────┘
// │
// ├──┐Changelog - toc
// │ ├──┐[2.6.0] - 2024-03-16
// │ │ ├── Added
// │ │ ├── Changed
// │ │ ├── Documentation
// │ │ └── Testing
// │ ├──┐[2.5.0] - 2024-02-23
// │ │ ├── Added
// │ │ └── Testing
Expand Down Expand Up @@ -35,6 +40,26 @@

# Changelog - toc

## [2.6.0] - 2024-03-16
### Added

- Set maximum toc depth with `--depth int`
- Using importlib.metadata.version() for `--version`
- Static type checking

### Changed

- Support for comments that start after spaces or tabs
- To run without being installed, `python -m toc.cli` must be used instead of `./toc/cli.py`

### Documentation

- Highlighted support for markup languages

### Testing

- Added tests for files formatted by python-black

## [2.5.0] - 2024-02-23
### Added

Expand Down

0 comments on commit 1a1cdea

Please sign in to comment.