From 31d83514a2279dc6b872106a9615722003d76494 Mon Sep 17 00:00:00 2001 From: Simon Cruanes Date: Thu, 22 Feb 2024 11:05:21 -0500 Subject: [PATCH] prepare for 0.10 --- CHANGELOG.md | 7 +++++++ dune-project | 2 +- printbox-html.opam | 2 +- printbox-md.opam | 2 +- printbox-text.opam | 2 +- printbox.opam | 2 +- 6 files changed, 12 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 977f5ad..bde18de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changes +## 0.10 + +- Fixes #10: ANSI encoded hyperlinks for printbox-text +- Fixes #39: more compact markdown output Remove double empty lines after ``. +- More compact html output: no empty class annotations +- Provide context for the `line` exception + ## 0.9 - fix `PrintBox.text` will correctly handle newlines diff --git a/dune-project b/dune-project index 2e33698..beaf0d3 100644 --- a/dune-project +++ b/dune-project @@ -2,7 +2,7 @@ (name printbox) (using mdx 0.2) (generate_opam_files true) -(version 0.9) +(version 0.10) (license "BSD-2-Clause") (authors "Simon Cruanes" "Guillaume Bury" "lukstafi") diff --git a/printbox-html.opam b/printbox-html.opam index 9f207f5..c78cbab 100644 --- a/printbox-html.opam +++ b/printbox-html.opam @@ -1,6 +1,6 @@ # This file is generated by dune, edit dune-project instead opam-version: "2.0" -version: "0.9" +version: "0.10" synopsis: "Printbox unicode handling" description: """ diff --git a/printbox-md.opam b/printbox-md.opam index 3c2e728..600d968 100644 --- a/printbox-md.opam +++ b/printbox-md.opam @@ -1,6 +1,6 @@ # This file is generated by dune, edit dune-project instead opam-version: "2.0" -version: "0.9" +version: "0.10" synopsis: "Printbox Markdown rendering" description: """ diff --git a/printbox-text.opam b/printbox-text.opam index 65453a5..5b38808 100644 --- a/printbox-text.opam +++ b/printbox-text.opam @@ -1,6 +1,6 @@ # This file is generated by dune, edit dune-project instead opam-version: "2.0" -version: "0.9" +version: "0.10" synopsis: "Text renderer for printbox, using unicode edges" maintainer: ["c-cube" "lukstafi"] authors: ["Simon Cruanes" "Guillaume Bury" "lukstafi"] diff --git a/printbox.opam b/printbox.opam index 8afba4d..2815f53 100644 --- a/printbox.opam +++ b/printbox.opam @@ -1,6 +1,6 @@ # This file is generated by dune, edit dune-project instead opam-version: "2.0" -version: "0.9" +version: "0.10" synopsis: "Allows to print nested boxes, lists, arrays, tables in several formats" maintainer: ["c-cube" "lukstafi"]