summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJovansonlee Cesar <ivanceras@gmail.com>2020-11-26 00:57:44 +0800
committerJovansonlee Cesar <ivanceras@gmail.com>2020-11-26 00:57:44 +0800
commit1afe555013d66fa999b5839aa0a1c1c3c7d11808 (patch)
treee76a9412e764f330477faca9dfb30f41ba8a0891
parentb7170e90daeaf0d0c9cdaeb04f0c910f62c26ff8 (diff)
Prepare for 0.5.11 release
-rw-r--r--Changelog.md6
-rw-r--r--svgbob/Cargo.toml2
2 files changed, 7 insertions, 1 deletions
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 <ivanceras@gmail.com>"]
edition = "2018"
description = "Transform your ascii diagrams into happy little SVG"