summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Milligan <tom.milligan@uipath.com>2023-09-16 10:55:53 +0100
committerTom Milligan <tom.milligan@uipath.com>2023-09-16 10:55:53 +0100
commit20286b3faea77377561deb7cdbe3b3d570192183 (patch)
treebe216f8c25bdea12f03b4824fd4fd64391b6ccea
parent8e68cf919f92116c61053a1f51b2a9ea34c2ede2 (diff)
chore: prep v1.12.0 release
-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 f59f8b5..1ada0b0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,12 @@
## Unreleased
+## 1.12.0
+
+### Added
+
+- Admonitions are now supported when indented inside other elements, such as a list. Thanks to [@mattburgess](https://github.com/mattburgess) for the report! ([#124](https://github.com/tommilligan/mdbook-admonish/pull/124)
+
## 1.11.1
### Fixed
diff --git a/Cargo.lock b/Cargo.lock
index 9276cb4..b4da675 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1014,7 +1014,7 @@ dependencies = [
[[package]]
name = "mdbook-admonish"
-version = "1.11.1"
+version = "1.12.0"
dependencies = [
"anyhow",
"clap",
diff --git a/Cargo.toml b/Cargo.toml
index 17f34fb..b5b49f2 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "mdbook-admonish"
-version = "1.11.1"
+version = "1.12.0"
edition = "2021"
authors = ["Tom Milligan <code@tommilligan.net>"]