Releases: jontze/action-mdbook
Releases · jontze/action-mdbook
v4.0.0
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).
v3.0.1
3.0.1 (2024-11-02)
Bug Fixes
- deps: Upgrade dependencies in lockfile (ae500e1)
v3.0.0
3.0.0 (2023-11-02)
- feat!: Update action to node v20 (90691f4)
BREAKING CHANGES
- The action will still work as before, but the move from Node v16 to v20
is considered as breaking.
v2.2.2
2.2.2 (2023-09-11)
Bug Fixes
- Prevent that executable is downloaded for incorrect architecture (e054ff2)
v2.2.1
2.2.1 (2023-04-24)
Bug Fixes
- admonish: Switch from gnu to musl binary to fix GLIBC version error (f0f75f3)
v2.2.0
2.2.0 (2023-02-08)
Features
- plugin: Add support for the katex plugin (7af14ca), closes #301
v2.1.0
2.1.0 (2023-01-11)
Bug Fixes
- OpenGh: Use musl binary to remove glibc dependency (95967b2)
- toc: Use musl binary to remove glibc dependency (c807e4f)
Features
- plugin: Setup optional the admonish mdbook plugin (5918865), closes #300
v2.0.0
2.0.0 (2022-12-07)
- feat!: Update action to node v16 (cde4bfc), closes #285
BREAKING CHANGES
- Dropping support for node v12.
v1.1.1
Changes
Several dependency updates.
- @actions/core v1.8.1
- @actions/exec v1.1.1
- @actions/github v5.0.2
- @actions/tool-cache v2.0.1
- semver v7.3.7
v1.1.0
1.1.0 (2021-09-14)
Features
- Add mdbook-mermaid preprocessor to supported action plugins (1fc3b66)
- Add support of mdbook-open-on-gh plugin (d538a3e)
- Add support of mdbook-toc plugin (6121751)
- Enable toc and open-on-gh plugins (c316e6c)