We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27b91be commit 9d00b17Copy full SHA for 9d00b17
NEWS.md
@@ -1,6 +1,13 @@
1
# Release Notes
2
3
4
+## v0.7.3
5
+
6
+* Require Julia ≥ 1.6.
7
+* Detect and ignore admonition blocks.
8
+* Workaround for https://github.com/JuliaLang/julia/pull/43787.
9
10
11
## v0.7.2
12
13
* Fixed the problem when `show` defined in a test case is not applied to
Project.toml
@@ -1,7 +1,7 @@
name = "NarrativeTest"
uuid = "9563631e-acd4-5dd8-bebb-4cf36518960d"
authors = ["Kirill Simonov <[email protected]>"]
-version = "0.7.2"
+version = "0.7.3"
[deps]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
0 commit comments