Skip to content

Commit

Permalink
Add changelog for 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hukkin committed Dec 13, 2024
1 parent 1236fcb commit 91be9d3
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ repos:
hooks:
- id: docformatter
- repo: https://github.com/executablebooks/mdformat
rev: 86542e37a3a40974eb812b16b076220fe9bb4278 # frozen: 0.7.18
rev: 00812cd1850e41aae5c0916645b4b7404f538e8c # frozen: 0.7.19
hooks:
- id: mdformat
files: 'README.md'
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Changelog

## 0.4.1

- Fixed
- Stop new autolink parser from finding autolinks in link and image labels

## 0.4.0 (yanked from PyPI)

- Changed
- Replaced `linkify-it-py` dependency with a vendored GFM compatible markdown-it-py autolink plugin.
- Fixed
- Error on angle bracketed `linkify-it-py` links that are not CommonMark autolinks
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ keywords = ["mdformat", "markdown", "formatter", "gfm"]

[project.urls]
"Homepage" = "https://github.com/hukkin/mdformat-gfm"
"Changelog" = "https://github.com/hukkin/mdformat-gfm/blob/master/CHANGELOG.md"

[project.entry-points."mdformat.parser_extension"]
"gfm" = "mdformat_gfm._mdformat_plugin"
Expand Down

0 comments on commit 91be9d3

Please sign in to comment.