Skip to content

Commit

Permalink
Version bump v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
amyreese committed Apr 22, 2024
1 parent 50d1815 commit e63715e
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,25 @@ sphinx-mdinclude
[![Generated by attribution][attribution-badge]][attribution-url]


v0.6.0
------

Feature release

- Added support for mistune v3, dropped support for mistune v2 (#22, #46)
- Added strict type annotations and type checking (#62)
- Cleaned up legacy implementation from m2r (#58)

Many thanks to Julian Gilbey for the help upgrading to mistune v3!

```text
$ git shortlog -s v0.5.4...v0.6.0
3 Amethyst Reese
1 Julian Gilbey
3 dependabot[bot]
```


v0.5.4
------

Expand Down
2 changes: 1 addition & 1 deletion sphinx_mdinclude/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
Do not edit manually. Get more info at https://attribution.omnilib.dev
"""

__version__ = "0.5.4"
__version__ = "0.6.0"

0 comments on commit e63715e

Please sign in to comment.