From 1fb357307845eaae76b9ad69d82802d95e756372 Mon Sep 17 00:00:00 2001 From: selfhoster1312 Date: Sun, 2 Mar 2025 16:51:54 +0100 Subject: [PATCH] docs: Embed snippets in docs/changelog.md --- docs/changelog.md | 12 +----------- mkdocs.yml | 1 + 2 files changed, 2 insertions(+), 11 deletions(-) diff --git a/docs/changelog.md b/docs/changelog.md index 42333f1..786b75d 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,11 +1 @@ -# Changelog - -Given a version number `MAJOR`.`MINOR`.`PATCH`: - -- `MAJOR` is updated when there are **incompatible changes**, -- `MINOR` is updated when there are **backwards-compatible feature additions**, -- `PATCH` is updated when there are **backwards-compatible bug fixes**. - -### 1.0.0 (date) - -- Basic features. +--8<-- "CHANGELOG.md" diff --git a/mkdocs.yml b/mkdocs.yml index 9c29b4b..fdc7844 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -45,3 +45,4 @@ markdown_extensions: - pymdownx.tabbed: alternate_style: true combine_header_slug: true + - pymdownx.snippets