Skip to content

Commit

Permalink
Release 0.8.1 (#74)
Browse files Browse the repository at this point in the history
  • Loading branch information
oprypin authored Sep 18, 2023
1 parent cf44dab commit 52f1638
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,13 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## Unreleased
## 0.8.1 - 2023-09-18

### Fixed

- `:prog_name:` and other options can now contain multiple words (it used to stop at whitespace). (Pull #60)
- `::: mkdocs-click` directive is now recognized at the end of the file without needing an extra newline. (Pull #69)
- Code blocks are marked as ```text so that HighlightJS doesn't try to highlight the "syntax" as some random language. (Pull #61)

## 0.8.0 - 2022-06-19

Expand Down
2 changes: 1 addition & 1 deletion mkdocs_click/__version__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# (C) Datadog, Inc. 2020-present
# All rights reserved
# Licensed under the Apache license (see LICENSE)
__version__ = "0.8.0"
__version__ = "0.8.1"

0 comments on commit 52f1638

Please sign in to comment.