summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Milligan <tom@reinfer.io>2022-02-19 10:38:02 +0000
committerTom Milligan <tom@reinfer.io>2022-02-19 10:38:02 +0000
commit583bc94542831520038682f69ba9ced530abdd54 (patch)
treeb583aa0eab7b6f7d993e63238e73aecf1699c99c
parent39746696ed892a202b00b4da94bc7f5f0e341c8f (diff)
chore: prepare v1.3.1 releasev1.3.1
-rw-r--r--CHANGELOG.md7
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
3 files changed, 9 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 274b0fd..c723e33 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,12 @@
## Changelog
+## 1.3.1
+
+### Fixed
+
+- Flattened indentation of generated HTML, otherwise it's styled as a markdown code block
+- Fixed edge cases where the info string changes length when parsed, causing title/body to be incorrectly split
+
## 1.3.0
### Added
diff --git a/Cargo.lock b/Cargo.lock
index 03ce9ef..43192fb 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -884,7 +884,7 @@ dependencies = [
[[package]]
name = "mdbook-admonish"
-version = "1.3.0"
+version = "1.3.1"
dependencies = [
"clap 3.1.0",
"env_logger 0.9.0",
diff --git a/Cargo.toml b/Cargo.toml
index f19be4d..f5f97e9 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "mdbook-admonish"
-version = "1.3.0"
+version = "1.3.1"
edition = "2021"
authors = ["Tom Milligan <code@tommilligan.net>"]