From cbdd72e9d4260d95f4bddec54998a45716cbb1f9 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 12:26:25 +0000 Subject: [PATCH] chore(main): release 0.9.0 --- .github/.release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ mkdocs.yaml | 2 +- pyproject.toml | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.github/.release-please-manifest.json b/.github/.release-please-manifest.json index 64f3cdd..76d5538 100644 --- a/.github/.release-please-manifest.json +++ b/.github/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.8.0" + ".": "0.9.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f08ed9..0aa8c06 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.9.0](https://github.com/intility/bifrost-mkdocs/compare/v0.8.0...v0.9.0) (2026-06-23) + + +### Features + +* **plugin:** inject default light/dark palette toggle ([#55](https://github.com/intility/bifrost-mkdocs/issues/55)) ([03fbf2b](https://github.com/intility/bifrost-mkdocs/commit/03fbf2b15731f6f755906a3fc12fc9c4d3b08d03)) + ## [0.8.0](https://github.com/intility/bifrost-mkdocs/compare/v0.7.2...v0.8.0) (2026-06-23) diff --git a/mkdocs.yaml b/mkdocs.yaml index d616e62..e153277 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.8.0 # x-release-please-version + version: 0.9.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 38c63b1..face97a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "intility-bifrost-mkdocs" -version = "0.8.0" +version = "0.9.0" description = "Intility Bifrost theme plugin for MkDocs Material" authors = [ { name = "Erlend Ellefsen", email = "erlend.ellefsen@intility.no" },