Skip to content

Commit 52f1638

Browse files
authored
Release 0.8.1 (#74)
1 parent cf44dab commit 52f1638

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,13 @@ All notable changes to this project will be documented in this file.
44

55
The 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

mkdocs_click/__version__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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"

0 commit comments

Comments
 (0)