diff --git a/README.md b/README.md index 56b0ef6c..0ede949b 100644 --- a/README.md +++ b/README.md @@ -97,7 +97,9 @@ and `x` is for deeper changes. - 1.3.x might stop checking validity of HTML tag *names* and accept any XML-parsable tag name. -- **1.2.0** introduces options `-w` and `-W`. Fixes mostly concern subtle +- **1.2.1** mainly fixes issues with HTML parsing. + +- 1.2.0 introduces options `-w` and `-W`. Fixes mostly concern subtle uses of `\n`s in HTML and Markdown outputs. - 1.1.2: fix: some URL-related parsing issues. diff --git a/_oasis b/_oasis index 121e9e4e..07df8c92 100644 --- a/_oasis +++ b/_oasis @@ -1,7 +1,7 @@ # -*-conf-*- OASISFormat: 0.3 Name: omd -Version: 1.2.0 +Version: 1.2.1 Synopsis: A Markdown frontend in pure OCaml. Description: This Markdown library is implemented using only pure OCaml (including I/O operations provided by the standard OCaml compiler distribution).