chore: prep v1.17.1 release

This commit is contained in:
Tom Milligan
2024-06-11 14:14:48 +01:00
parent fe7b475753
commit b78fc39031
3 changed files with 8 additions and 2 deletions

View File

@@ -1,5 +1,11 @@
# Changelog
## v1.17.1
### Fixed
- Removed a stray debug statement ([#186](https://github.com/tommilligan/mdbook-admonish/pull/186))
## v1.17.0
### Changed

2
Cargo.lock generated
View File

@@ -967,7 +967,7 @@ dependencies = [
[[package]]
name = "mdbook-admonish"
version = "1.17.0"
version = "1.17.1"
dependencies = [
"anyhow",
"clap",

View File

@@ -1,6 +1,6 @@
[package]
name = "mdbook-admonish"
version = "1.17.0"
version = "1.17.1"
edition = "2021"
rust-version = "1.74.0"