File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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.
44
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) .
66
7- ## Unreleased
7+ ## 0.8.1 - 2023-09-18
88
99### Fixed
1010
1111- ` :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 )
1214
1315## 0.8.0 - 2022-06-19
1416
Original file line number Diff line number Diff line change 11# (C) Datadog, Inc. 2020-present
22# All rights reserved
33# 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