Skip to content

Commit

Permalink
Release 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ofek committed Apr 28, 2022
1 parent dc5c4a5 commit 4349253
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +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/).

## 0.7.0 - 2022-04-28

### Added

- Add `show_hidden` option. (Pull #52)
- Update package metadata. (Pull #53)

## 0.6.0 - 2022-04-02

### Changed
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.6.0"
__version__ = "0.7.0"

0 comments on commit 4349253

Please sign in to comment.