From 481d8454e54c00d4ec44e0df74d55dca04f6c203 Mon Sep 17 00:00:00 2001 From: "intility-secmgmt-release-bot[bot]" <263594613+intility-secmgmt-release-bot[bot]@users.noreply.github.com> Date: Tue, 23 Jun 2026 11:58:23 +0000 Subject: [PATCH] chore(main): release 0.8.0 --- .github/.release-please-manifest.json | 2 +- CHANGELOG.md | 16 ++++++++++++++++ mkdocs.yaml | 2 +- pyproject.toml | 2 +- 4 files changed, 19 insertions(+), 3 deletions(-) diff --git a/.github/.release-please-manifest.json b/.github/.release-please-manifest.json index ca1c614..64f3cdd 100644 --- a/.github/.release-please-manifest.json +++ b/.github/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.7.2" + ".": "0.8.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 048aa7f..3f08ed9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [0.8.0](https://github.com/intility/bifrost-mkdocs/compare/v0.7.2...v0.8.0) (2026-06-23) + + +### ⚠ BREAKING CHANGES + +* **theme:** MathJax/arithmatex support is removed (mathjax.js, pymdownx.arithmatex, the unpkg MathJax script, and the Math showcase page). + +### Features + +* **theme:** rework theme onto cascade layers with vendored framework and fonts ([#51](https://github.com/intility/bifrost-mkdocs/issues/51)) ([dee710c](https://github.com/intility/bifrost-mkdocs/commit/dee710cc36d7764bbe89f9712cedabeea0f11384)) + + +### Documentation + +* update readme and quick start guide ([#54](https://github.com/intility/bifrost-mkdocs/issues/54)) ([9fe660c](https://github.com/intility/bifrost-mkdocs/commit/9fe660cbec17a22d0276b7a757e90ecd8142ca2f)) + ## [0.7.2](https://github.com/intility/bifrost-mkdocs/compare/v0.7.1...v0.7.2) (2026-06-17) diff --git a/mkdocs.yaml b/mkdocs.yaml index 61948b9..f40e8b6 100644 --- a/mkdocs.yaml +++ b/mkdocs.yaml @@ -6,7 +6,7 @@ site_url: https://intility.github.io/bifrost-mkdocs copyright: Copyright © 2026 Intility extra: - version: 0.7.2 # x-release-please-version + version: 0.8.0 # x-release-please-version social: - icon: fontawesome/brands/github link: https://github.com/intility/bifrost-mkdocs diff --git a/pyproject.toml b/pyproject.toml index 45cb6d2..38c63b1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "intility-bifrost-mkdocs" -version = "0.7.2" +version = "0.8.0" description = "Intility Bifrost theme plugin for MkDocs Material" authors = [ { name = "Erlend Ellefsen", email = "erlend.ellefsen@intility.no" },