mirror of
https://framagit.org/la-chariotte/la-chariotte.git
synced 2025-05-17 11:11:49 +02:00
docs: Embed snippets in docs/changelog.md
This commit is contained in:
parent
a94494a76f
commit
1fb3573078
2 changed files with 2 additions and 11 deletions
|
@ -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"
|
||||
|
|
|
@ -45,3 +45,4 @@ markdown_extensions:
|
|||
- pymdownx.tabbed:
|
||||
alternate_style: true
|
||||
combine_header_slug: true
|
||||
- pymdownx.snippets
|
||||
|
|
Loading…
Reference in a new issue