From 1afe555013d66fa999b5839aa0a1c1c3c7d11808 Mon Sep 17 00:00:00 2001 From: Jovansonlee Cesar Date: Thu, 26 Nov 2020 00:57:44 +0800 Subject: Prepare for 0.5.11 release --- Changelog.md | 6 ++++++ svgbob/Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index e8ce445..843189d 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,4 +1,10 @@ # Changelog + +## 0.5.0-alpha.11 +- Reinstated double quote escaping of text that are not meant to be interpreted as drawing element +- Fix merging of polygons and lines, arrows and lines, circles and lines. +- Disabled merging of marker_line to any other shape for now. + ## 0.5.0-alpha.4 - update to sauron `0.24.0` diff --git a/svgbob/Cargo.toml b/svgbob/Cargo.toml index 773cafa..30274b2 100644 --- a/svgbob/Cargo.toml +++ b/svgbob/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "svgbob" -version = "0.5.0-alpha.10" +version = "0.5.0-alpha.11" authors = ["Jovansonlee Cesar "] edition = "2018" description = "Transform your ascii diagrams into happy little SVG" -- cgit v1.2.3