summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Milligan <tom.milligan@uipath.com>2023-09-09 09:05:49 +0100
committerTom Milligan <tom.milligan@uipath.com>2023-09-09 09:05:49 +0100
commit99b5a235cf323826836055113d72ad7aeb0c1807 (patch)
tree6b4f61c269009cfe253a340edbc2451c3c97e090
parent39edc4d92a643d41ce99c96cc66c5700e79b02e7 (diff)
chore: prep v1.11.0 releaseupdate-deps
-rw-r--r--CHANGELOG.md10
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
3 files changed, 12 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a30e0be..e46db46 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,16 @@
## Unreleased
+## 1.11.0
+
+### Changed
+
+- `gnu` prebuilt binaries are now built on `ubuntu-20.04` to match `mdbook` binaries. Thanks to [@eitsupi](https://github.com/eitsupi) for the fix! ([#118](https://github.com/tommilligan/mdbook-admonish/pull/118))
+
+### Added
+
+- `aarch64-unknown-linux-musl` prebuilt binary now available ([#119](https://github.com/tommilligan/mdbook-admonish/pull/119))
+
## 1.10.2
### Fixed
diff --git a/Cargo.lock b/Cargo.lock
index f4b6c25..c9dcd22 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -949,7 +949,7 @@ dependencies = [
[[package]]
name = "mdbook-admonish"
-version = "1.10.2"
+version = "1.11.0"
dependencies = [
"anyhow",
"clap",
diff --git a/Cargo.toml b/Cargo.toml
index 5e18731..2e11efa 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "mdbook-admonish"
-version = "1.10.2"
+version = "1.11.0"
edition = "2021"
authors = ["Tom Milligan <code@tommilligan.net>"]