File tree 2 files changed +4
-2
lines changed
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -4,11 +4,13 @@ All notable changes to this project will be documented in this file.
4
4
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) .
6
6
7
- ## Unreleased
7
+ ## 0.8.1 - 2023-09-18
8
8
9
9
### Fixed
10
10
11
11
- ` :prog_name: ` and other options can now contain multiple words (it used to stop at whitespace). (Pull #60 )
12
+ - ` ::: mkdocs-click ` directive is now recognized at the end of the file without needing an extra newline. (Pull #69 )
13
+ - Code blocks are marked as ```text so that HighlightJS doesn't try to highlight the "syntax" as some random language. (Pull #61 )
12
14
13
15
## 0.8.0 - 2022-06-19
14
16
Original file line number Diff line number Diff line change 1
1
# (C) Datadog, Inc. 2020-present
2
2
# All rights reserved
3
3
# Licensed under the Apache license (see LICENSE)
4
- __version__ = "0.8.0 "
4
+ __version__ = "0.8.1 "
You can’t perform that action at this time.
0 commit comments