docs: Embed snippets in docs/changelog.md

This commit is contained in:
selfhoster1312 2025-03-02 16:51:54 +01:00 committed by selfhoster1312 ACAB
parent a94494a76f
commit 1fb3573078
2 changed files with 2 additions and 11 deletions

View file

@ -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"

View file

@ -45,3 +45,4 @@ markdown_extensions:
- pymdownx.tabbed:
alternate_style: true
combine_header_slug: true
- pymdownx.snippets