diff --git a/Makefile b/Makefile index ee0fb87..3eca279 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ sinclude Makefile.local # while libraries have well-defined semantics of semver change, programs # do not. Let the library guide our versioning until a better way is # thought out. -VERSION = 1.3.2 +VERSION = 1.4.0 # This is the major number of VERSION. It might later become # MAJOR.MINOR, if the library moves a lot. LIBVER = 1 diff --git a/coverage-table.md b/coverage-table.md index 02504e0..3ab1226 100644 --- a/coverage-table.md +++ b/coverage-table.md @@ -3,18 +3,21 @@ | [autolink.c](https://github.com/kristapsdz/lowdown/blob/master/autolink.c) | 65.73% | | [buffer.c](https://github.com/kristapsdz/lowdown/blob/master/buffer.c) | 72.15% | | [diff.c](https://github.com/kristapsdz/lowdown/blob/master/diff.c) | 79.40% | -| [document.c](https://github.com/kristapsdz/lowdown/blob/master/document.c) | 81.50% | +| [document.c](https://github.com/kristapsdz/lowdown/blob/master/document.c) | 81.46% | | [entity.c](https://github.com/kristapsdz/lowdown/blob/master/entity.c) | 75.31% | -| [gemini.c](https://github.com/kristapsdz/lowdown/blob/master/gemini.c) | 66.09% | +| [gemini.c](https://github.com/kristapsdz/lowdown/blob/master/gemini.c) | 65.87% | +| [gemini_escape.c](https://github.com/kristapsdz/lowdown/blob/master/gemini_escape.c) | 76.19% | | [html.c](https://github.com/kristapsdz/lowdown/blob/master/html.c) | 74.91% | | [html_escape.c](https://github.com/kristapsdz/lowdown/blob/master/html_escape.c) | 87.65% | -| [latex.c](https://github.com/kristapsdz/lowdown/blob/master/latex.c) | 65.02% | +| [latex.c](https://github.com/kristapsdz/lowdown/blob/master/latex.c) | 64.82% | +| [latex_escape.c](https://github.com/kristapsdz/lowdown/blob/master/latex_escape.c) | 65.38% | | [library.c](https://github.com/kristapsdz/lowdown/blob/master/library.c) | 80.14% | | [libdiff.c](https://github.com/kristapsdz/lowdown/blob/master/libdiff.c) | 94.05% | -| [nroff.c](https://github.com/kristapsdz/lowdown/blob/master/nroff.c) | 74.48% | +| [nroff.c](https://github.com/kristapsdz/lowdown/blob/master/nroff.c) | 74.72% | +| [nroff_escape.c](https://github.com/kristapsdz/lowdown/blob/master/nroff_escape.c) | 84.00% | | [odt.c](https://github.com/kristapsdz/lowdown/blob/master/odt.c) | 64.34% | | [smartypants.c](https://github.com/kristapsdz/lowdown/blob/master/smartypants.c) | 83.89% | -| [template.c](https://github.com/kristapsdz/lowdown/blob/master/template.c) | 78.69% | -| [term.c](https://github.com/kristapsdz/lowdown/blob/master/term.c) | 71.75% | -| [tree.c](https://github.com/kristapsdz/lowdown/blob/master/tree.c) | 34.84% | -| [util.c](https://github.com/kristapsdz/lowdown/blob/master/util.c) | 65.57% | +| [template.c](https://github.com/kristapsdz/lowdown/blob/master/template.c) | 78.83% | +| [term.c](https://github.com/kristapsdz/lowdown/blob/master/term.c) | 71.73% | +| [tree.c](https://github.com/kristapsdz/lowdown/blob/master/tree.c) | 37.21% | +| [util.c](https://github.com/kristapsdz/lowdown/blob/master/util.c) | 66.13% | diff --git a/versions.xml b/versions.xml index 319953b..40ab94d 100644 --- a/versions.xml +++ b/versions.xml @@ -1698,7 +1698,7 @@

1.4.0

Kristaps Dzonsons
- +