diff --git a/CHANGELOG.md b/CHANGELOG.md index 2575991..7f60d48 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # MarkdownAST.jl changelog -## Version `Unreleased` +## Version `v0.1.3` * ![Feature][badge-feature] Added support for converting `HTMLBlock` nodes to and from `Markdown.HTMLBlock` when using Julia 1.14+, where the corresponding stdlib type is available. * ![Feature][badge-feature] Added support for converting `HTMLInline` nodes to and from `Markdown.HTMLInline` when using Julia 1.14+, where the corresponding stdlib type is available. diff --git a/Project.toml b/Project.toml index 622b0c1..beb7d68 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "MarkdownAST" uuid = "d0879d2d-cac2-40c8-9cee-1863dc0c7391" authors = ["Morten Piibeleht and contributors"] -version = "0.1.2" +version = "0.1.3" [deps] AbstractTrees = "1520ce14-60c1-5f80-bbc7-55ef81b5835c"