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