generated from executablebooks/mdformat-plugin
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Automatically generated by python-semantic-release
- Loading branch information
semantic-release
committed
Nov 7, 2023
1 parent
a3ebe8a
commit 0410b2a
Showing
2 changed files
with
20 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,25 @@ | |
|
||
|
||
|
||
## v2.0.7 (2023-11-07) | ||
|
||
### Fix | ||
|
||
* fix: remove default behaviour of ruamel.yaml line breaking (#33) | ||
|
||
* fix(cicd): Correct flit behaviour to just work | ||
|
||
Signed-off-by: Chris Butler <[email protected]> | ||
|
||
* feat: Ensure that ruamel.yaml does not wrap lines | ||
|
||
Signed-off-by: Chris Butler <[email protected]> | ||
|
||
--------- | ||
|
||
Signed-off-by: Chris Butler <[email protected]> ([`a3ebe8a`](https://github.com/butler54/mdformat-frontmatter/commit/a3ebe8a8413640821ba7c4ca3a051a5daa5ade5b)) | ||
|
||
|
||
## v2.0.6 (2023-11-07) | ||
|
||
### Fix | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
"""An mdformat plugin for parsing / ignoring frontmatter.""" | ||
|
||
__version__ = "2.0.6" | ||
__version__ = "2.0.7" | ||
|
||
from .plugin import RENDERERS, update_mdit # noqa: F401 |