Skip to content

Commit 30844f9

Browse files
authoredOct 7, 2023
Set version to 0.1.2 (#24)
1 parent 336628b commit 30844f9

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed
 

‎CHANGELOG.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# MarkdownAST.jl changelog
22

3-
## Unreleased
3+
## Version `v0.1.2`
44

5-
* ![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
5+
* ![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])
66
* ![Bugfix][badge-bugfix] The `getproperty` and `setproperty!` methods no longer print unnecessary debug log. ([#19][github-19])
77

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

2122
[markdownast]: https://github.com/JuliaDocs/MarkdownAST.jl

‎Project.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "MarkdownAST"
22
uuid = "d0879d2d-cac2-40c8-9cee-1863dc0c7391"
33
authors = ["Morten Piibeleht <morten.piibeleht@gmail.com> and contributors"]
4-
version = "0.1.2-dev"
4+
version = "0.1.2"
55

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

0 commit comments

Comments
 (0)
Please sign in to comment.