4.0.0 (2025-01-30)
- fix!: Switch from gnu to musl mdbook binary (a48500a)
BREAKING CHANGES
- Switch from gnu to musl mdbook binary
Regarding the breaking change
This was done as the newest mdbook versions fail on older github ubuntu runner due to an outdated glibc version. The switch to the musl binary fixes this and should prevent such issues in the future.
However, as mdbook started to release musl binaries since version v0.4.22 in 2022 this change is BREAKING for users that hardcoded a previous mdbook version (<0.4.22).