diff --git a/Handbook/GNUmakefile b/Handbook/GNUmakefile index 10e89f9e..0bba06f1 100644 --- a/Handbook/GNUmakefile +++ b/Handbook/GNUmakefile @@ -375,7 +375,7 @@ ifeq ($(SG_BUILD_PLATFORM),$(SG_BUILD_PLATFORM_LINUX)) && . $(SG_LINUX_PYTHON_VENV_BIN_DIR)/activate \ && pip install mdbook-pdf-outline 2>/dev/null endif # ($(SG_BUILD_PLATFORM),$(SG_BUILD_PLATFORM_LINUX)) - @cargo install --git https://github.com/Michael-F-Bryan/mdbook-epub --rev d1536bbbdc1ca00320522ad73a967e15057ef573 --locked + @cargo install mdbook-epub --vers "^0.4" --locked ################################################################################ # Make Targets - mdBook diff --git a/Handbook/src/appendix/changelog.md b/Handbook/src/appendix/changelog.md index 465970f6..6cc00c4f 100644 --- a/Handbook/src/appendix/changelog.md +++ b/Handbook/src/appendix/changelog.md @@ -24,6 +24,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Documentation - Added [SGBLE and SGBLExx Rust Dependency Licenses](../license/sgble-sgblexx-rust-dependencies). +- Bumped the [mdbook-epub](https://github.com/Michael-F-Bryan/mdbook-epub) crate to `v0.4.x`. - Additional minor fixes and improvements that may not be listed here. ## [2.4.2] - 2025-02-17