From c02f1b1a50750ef45e3072b2e299c3ae2a1a45c2 Mon Sep 17 00:00:00 2001 From: Canop Date: Fri, 20 Dec 2019 16:33:59 +0100 Subject: [PATCH] version 0.8.5 with code fences support Fix #12 --- CHANGELOG.md | 2 +- Cargo.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ba8d419..25c4c47 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ -### v0.8.5 - 2019-12-xx +### v0.8.5 - 2019-12-20 - code fences support diff --git a/Cargo.toml b/Cargo.toml index f50d916..aa09e7f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,13 +1,13 @@ [package] name = "termimad" -version = "0.8.4" +version = "0.8.5" authors = ["dystroy "] repository = "https://github.com/Canop/termimad" description = "Markdown Renderer for the Terminal" edition = "2018" keywords = ["markdown", "terminal", "tui", "renderer", "parser"] license = "MIT" -categories = ["command-line-interface", "text-processing"] +categories = ["command-line-interface", "text-processing", "template-engine"] readme = "README.md" [dependencies]