Skip to content

Commit 5490a0a

Browse files
committed
chore(docs): add changelog to online docs
1 parent c875363 commit 5490a0a

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
<!-- start changelog -->
9+
810
## [v5 (Unreleased)](https://github.com/jeertmans/languagetool-rust/compare/v4.16.0...HEAD)
911

1012
Prior to v5, there was no real CHANGELOG other than the GitHub releases,
@@ -54,3 +56,5 @@ In an effort to better document changes, this CHANGELOG document is now created.
5456
[#243](https://github.com/jeertmans/manim-slides/pull/243)
5557
- Removed `PERF` verbosity level because not used anymore.
5658
[#245](https://github.com/jeertmans/manim-slides/pull/245)
59+
60+
<!-- end changelog -->

docs/source/changelog.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
# Changelog
22

3-
Changes between releases are listed in Manim Slides' [Github releases](https://github.com/jeertmans/manim-slides/releases). You can read the [latest release here](https://github.com/jeertmans/manim-slides/releases).
3+
```{include} ../../CHANGELOG.md
4+
:start-after: <!-- start changelog -->
5+
:end-before: <!-- end changelog -->
6+
```

0 commit comments

Comments
 (0)