Skip to content

Commit

Permalink
Update Changelog (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
daizutabi committed Jul 29, 2020
1 parent 9cede47 commit f68b680
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,14 @@

## [Unreleased]

## [1.0.12] - 2020-07-29
### Changed
- Ensure compatibility with future MkDocs versions ([#20](https://github.com/daizutabi/mkapi/pull/20)). Thanks to [timvink](https://github.com/timvink).

## [1.0.11] - 2020-07-07
### Fixed
- TypeError in `<metaclass>.mro()` ([#19](https://github.com/daizutabi/mkapi/issues/19)).


## [1.0.10] - 2020-06-28
### Added
- Global filters and page filters.
Expand Down
2 changes: 1 addition & 1 deletion mkapi/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "1.0.11"
__version__ = "1.0.12"

from mkapi.core.module import get_module
from mkapi.core.node import get_node
Expand Down

0 comments on commit f68b680

Please sign in to comment.