Skip to content

Commit 9d00b17

Browse files
committed
bumped the version number and updated NEWS
1 parent 27b91be commit 9d00b17

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

NEWS.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
# Release Notes
22

33

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+
411
## v0.7.2
512

613
* Fixed the problem when `show` defined in a test case is not applied to

Project.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "NarrativeTest"
22
uuid = "9563631e-acd4-5dd8-bebb-4cf36518960d"
33
authors = ["Kirill Simonov <[email protected]>"]
4-
version = "0.7.2"
4+
version = "0.7.3"
55

66
[deps]
77
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

0 commit comments

Comments
 (0)