summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Milligan <tom.milligan@uipath.com>2023-09-09 23:28:36 +0100
committerTom Milligan <tom.milligan@uipath.com>2023-09-09 23:32:10 +0100
commitcce9343c47b2faf942b5b5ef4c2a97b3d7f670d9 (patch)
tree657faa97edd7d40fe984a06c5ee2c63467fb0fa8
parent20b158966b292d6c65b50a8e5f24ce9d3168e3c4 (diff)
chore: prepare v1.11.1 releaseprep-v1.11.1
-rw-r--r--CHANGELOG.md18
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
3 files changed, 18 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e46db46..f59f8b5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,7 +2,17 @@
## Unreleased
-## 1.11.0
+## 1.11.1
+
+### Fixed
+
+- Reverted internal dependency upgrades that unintentionally increased MSRV from 1.66.0 in 1.11.0
+
+## 1.11.0 (yanked)
+
+**Note:** This release has been yanked.
+
+It unintentionally increased the MSRV from 1.66.0
### Changed
@@ -146,7 +156,11 @@ This behaviour is [documented in the readme here](https://github.com/tommilligan
- 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
+## 1.3.0 (yanked)
+
+**Note:** This release has been yanked.
+
+It unintentionally introduced a serious parsing bug.
### Added
diff --git a/Cargo.lock b/Cargo.lock
index b960af4..9276cb4 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1014,7 +1014,7 @@ dependencies = [
[[package]]
name = "mdbook-admonish"
-version = "1.11.0"
+version = "1.11.1"
dependencies = [
"anyhow",
"clap",
diff --git a/Cargo.toml b/Cargo.toml
index 2e11efa..17f34fb 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "mdbook-admonish"
-version = "1.11.0"
+version = "1.11.1"
edition = "2021"
authors = ["Tom Milligan <code@tommilligan.net>"]