Skip to content

Commit ff081f9

Browse files
committed
Bump for release
1 parent 1e8cc6d commit ff081f9

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Name: doctest
2-
Version: 0.7.0+
3-
Date: 2018-04-19
2+
Version: 0.8.0
3+
Date: 2023-01-03
44
Author: various authors
55
Maintainer: Colin B. Macdonald <[email protected]>, Michael Walter <[email protected]>
66
Title: Documentation tests

NEWS

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
doctest 0.7.0+
2-
==============
1+
doctest 0.8.0 (2023-01-03)
2+
==========================
33

44
* Expected error messages can be optionally prefixed with "error: ".
55

inst/doctest.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@
322322
[color_ok, color_err, color_warn, reset] = doctest_colors(fid);
323323

324324
if (verbose)
325-
fprintf(fid, 'Doctest v0.7.0+: this is Free Software without warranty, see source.\n\n');
325+
fprintf(fid, 'Doctest v0.8.0: this is Free Software without warranty, see source.\n\n');
326326
end
327327

328328
summary = struct();

0 commit comments

Comments
 (0)