summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Milligan <tom.milligan@uipath.com>2023-09-19 12:19:31 +0100
committerTom Milligan <tom.milligan@uipath.com>2023-09-19 12:21:42 +0100
commit8501c812d9b70370df82cd68096c685f507ea792 (patch)
tree733fdd4859dbfa50abd09137baf9b61727df815c
parent933432afb247dce906b7f638879440f1cad48d88 (diff)
chore: prep v1.12.1bug-127
-rw-r--r--CHANGELOG.md6
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
3 files changed, 8 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1ada0b0..78d8814 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,12 @@
## Unreleased
+## 1.12.1
+
+### Fixed
+
+- Panic when searching for an indent in non-ASCII content. Thanks to [@CoralPink](https://github.com/CoralPink) for the report! ([#128](https://github.com/tommilligan/mdbook-admonish/pull/128)
+
## 1.12.0
### Added
diff --git a/Cargo.lock b/Cargo.lock
index 319aa9d..1677d6d 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1014,7 +1014,7 @@ dependencies = [
[[package]]
name = "mdbook-admonish"
-version = "1.12.0"
+version = "1.12.1"
dependencies = [
"anyhow",
"clap",
diff --git a/Cargo.toml b/Cargo.toml
index 9d42b9b..81cb6b3 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "mdbook-admonish"
-version = "1.12.0"
+version = "1.12.1"
edition = "2021"
authors = ["Tom Milligan <code@tommilligan.net>"]