Skip to content

Commit

Permalink
v0.9.17 (#988)
Browse files Browse the repository at this point in the history
  • Loading branch information
jackdewinter authored Feb 6, 2024
1 parent 0530a2a commit dcaf8a1
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 1 deletion.
28 changes: 28 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,34 @@

### Added

- None

### Fixed

### Changed

## Version 0.9.17 - Date: 2024-02-05

This release is going to focus on getting the feature list complete
for a version 1.0 release in early 2024. This release marked the
start of moving documentation from this repository to the more
curated [ReadTheDocs](https://pymarkdown.readthedocs.io/en/latest/).

Some notable additions/changes are:

- taking a second pass at the outputs from the recent `fix` addition, re-verifying
the output and fixing any issues
- cleaning up documentation to properly note what type of whitespace is used
in the core and well as various extensions and plugins
- at the same time, clearly followed the specification on what kind of whitespace
to use, instead of allowing unicode whitespace by default
- for parsers like Python-Markdown, used in the MkDocs tools, added Rule Pml101
to handle the different indentation requirements
- note that this new rule give advice against Md007, so only one of the two
rules should be enabled at any one time

### Added

- [Issue 975](https://github.com/jackdewinter/pymarkdown/issues/975)
- Added a new rule Pml101 to deal with "anchored list indents"
- This adds support for `Python-Markdown` and other parsers like it
Expand Down
2 changes: 1 addition & 1 deletion pymarkdown/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
Library version information.
"""

__version__: str = "0.9.16"
__version__: str = "0.9.17"

0 comments on commit dcaf8a1

Please sign in to comment.