Skip to content

Commit

Permalink
Set version to 0.1.2 (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
mortenpi authored Oct 7, 2023
1 parent 336628b commit 30844f9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# MarkdownAST.jl changelog

## Unreleased
## Version `v0.1.2`

* ![Feature][badge-feature] Implemented `replace` and `replace!` to safely mutate trees in arbitrary ways, and `empty!(node.children)` to remove all the children of a node
* ![Feature][badge-feature] Implemented `replace` and `replace!` to safely mutate trees in arbitrary ways, and `empty!(node.children)` to remove all the children of a node. ([#22][github-22])
* ![Bugfix][badge-bugfix] The `getproperty` and `setproperty!` methods no longer print unnecessary debug log. ([#19][github-19])

## Version `v0.1.1`
Expand All @@ -16,6 +16,7 @@ Initial release.
<!-- issue link definitions -->
[github-16]: https://github.com/JuliaDocs/MarkdownAST.jl/pull/16
[github-19]: https://github.com/JuliaDocs/MarkdownAST.jl/pull/19
[github-22]: https://github.com/JuliaDocs/MarkdownAST.jl/pull/22
<!-- end of issue link definitions -->

[markdownast]: https://github.com/JuliaDocs/MarkdownAST.jl
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "MarkdownAST"
uuid = "d0879d2d-cac2-40c8-9cee-1863dc0c7391"
authors = ["Morten Piibeleht <[email protected]> and contributors"]
version = "0.1.2-dev"
version = "0.1.2"

[deps]
AbstractTrees = "1520ce14-60c1-5f80-bbc7-55ef81b5835c"
Expand Down

0 comments on commit 30844f9

Please sign in to comment.